=sys-devel/gcc-4.8.3: OpenMP disabled # configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES

This commit is contained in:
Kolan Sh 2014-06-16 13:43:10 +04:00
parent 0124348ff2
commit c089baab24
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != app-emulation/wine
&& ${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}-${PV} != sys-devel/gcc-4.8.3 # configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES
]] ; then
tmp="-fopenmp"
CFLAGS="${CFLAGS} ${tmp}"