extreme: OpenMP disabled for sys-libs/readline: dev-lisp/gcl-2.6.{11,12} compilation goes to infinite loop in raw_pre_gcl.

This commit is contained in:
Kolan Sh 2014-11-07 13:51:05 +03:00
parent 9f8be909fd
commit d12a5ae841
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-db/sqlite # Required to emerge avidemux-core && ${CATEGORY}/${PN} != dev-db/sqlite # Required to emerge avidemux-core
&& ${CATEGORY}/${PN} != net-libs/webkit-gtk # 2.2.6 isn't compiled on corka && ${CATEGORY}/${PN} != net-libs/webkit-gtk # 2.2.6 isn't compiled on corka
&& ${CATEGORY}/${PN}-${PV} != sys-devel/gcc-4.8.3 # configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES && ${CATEGORY}/${PN}-${PV} != sys-devel/gcc-4.8.3 # configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
&& ${CATEGORY}/${PN} != sys-libs/readline # dev-lisp/gcl-2.6.{11,12} compilation goes to infinite loop in raw_pre_gcl
]] ; then ]] ; then
tmp="-fopenmp" tmp="-fopenmp"
CFLAGS="${CFLAGS} ${tmp}" CFLAGS="${CFLAGS} ${tmp}"