This is the mail archive of the gcc@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]

Re: libstdc++ related bootstrap failures


> globals.cc now contains ELF Glibc-specific asm statements such as:
> 
>   asm (".symver _ZN9__gnu_cxx8c_localeE,_ZSt8c_locale@@GLIBCPP_3.2");
> 
> which are enabled for all targets, not just GNU/Linux.  The syntax is
> of course illegal on many targets.

I've removed them for targets that don't support symbol versioning.
Update and try again, please.

-benjamin


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