This is the mail archive of the gcc-help@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: __sync_fetch_and_add_4 in libstdc++


2011/9/24 Maciej (Matchek) BliziÅski:
>
> The fix would probably involve compiling libstdc++ in such a way, that
> __sync_fetch_and_add_4 would be generated. ÂDo you have an idea how to
> achieve this?

Don't use -march=i386

Does Solaris i86pc even work on i386 hardware? If not, it's ridiculous
to tell GCC to produce code for that architecture.


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