=sys-devel/gcc-4.8.3: LTO disabled # not enough memory on machines with < 8Gb RAM

This commit is contained in:
Kolan Sh 2014-06-16 14:30:13 +04:00
parent c089baab24
commit 8c5be99a35
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-libs/libsigsegv
&& ${CATEGORY}/${PN}-${PV} != sys-libs/db-4.5.20_p2
&& ${CATEGORY}/${PN} != app-emulation/qemu
&& ${CATEGORY}/${PN}-${PV} != sys-devel/gcc-4.8.3 # not enough memory on machines with < 8Gb RAM
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"