[Bug libstdc++/29654] cant build arm cross compiler

pcarlini at suse dot de gcc-bugzilla@gcc.gnu.org
Mon Oct 30 18:44:00 GMT 2006



------- Comment #1 from pcarlini at suse dot de  2006-10-30 18:44 -------
libstdc++/26810 again?

Anyway, not being a cross-build expert, a line that does not make sense in
those outputs is the following:

 ...
 checking for ld that supports -Wl,-z,relro... yes
 ...

That is [GLIBCXX_CHECK_LINKER_FEATURES] running, which however, in configure.ac
is protected by $GLIBCXX_IS_NATIVE. So, it looks like the configure machinery
believes is *not* dealing with a cross-build! I would suggest looking closer
into the beginning of configure.ac (and double check the command line passed to
configure, of course).


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|cant build arm cross        |cant build arm cross
                   |compiler                    |compiler


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



More information about the Gcc-bugs mailing list