=sys-devel/gcc-4.8.3: LTO disabled # not enough memory on machines with < 8Gb RAM
This commit is contained in:
parent
c089baab24
commit
8c5be99a35
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue