Like in summary. When I use system wide flag in CFLAGS like "-combine" gradm fails to compile with following error: lex.grlearn_config.c: In function ‘grlearn_configlex’: /usr/include/bits/stdio2.h:274: sorry, unimplemented: inlining failed in call to ‘fread’: function not inlinable lex.grlearn_config.c:1166: sorry, unimplemented: called from here Reproducible: Always Steps to Reproduce: 1. Put in /etc/make.conf in CFLAGS "-combine" flag 2. emerge gradm 3. This should be unset for gradm compilation
Seems to be glibc-related. Toolchain, do we even support the '-combine' flag?
(In reply to comment #1) > Seems to be glibc-related. Toolchain, do we even support the '-combine' flag? > Should we ? See http://gcc.gnu.org/gcc-4.6/changes.html. OK, so 4.6 is yet to be released, but this is not the only package that failed with '-combine'.
no, global CFLAGS=-combine isnt supported and doesnt really make sense to