This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/37137] [4.4 Regression] unrecognized command line option "-minterlink-mips16"



------- Comment #5 from nemet at gcc dot gnu dot org  2008-09-24 02:09 -------
I am seeing this too with a 4.1 system compiler.

It seems that CFLAGS_FOR_TARGET is incorrectly (?) used for building libiberty
in stage1 (all-stage1-libiberty).  This is not a target library but a sort of
build library built with the system compiler.  I think this happens because
STAGE1_LIBCFLAGS is incorrectly set to CFLAGS_FOR_TARGET.

For example, I can build all-stage1-libiberty if I run make with
STAGE1_LIBCFALGS=.


-- 

nemet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nemet at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37137


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]