This is the mail archive of the gcc-patches@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: Have g++ define _FILE_OFFSET_BITS=64 on Solaris


On 21/06/18 16:49 +0200, Rainer Orth wrote:
Hi Jonathan,

No objection to this patch, but I'll just note that we have
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81091 suggesting we
should use LFS for libstdc++ unconditionally.

seems like a wise move to me.  The libstdc++.so ABI didn't change on
Solaris either (that possibility had caused concern for me initially);
didn't check libstdc++fs.a though.

Well the main reason that's only a static library for now is to allow
us to make ABI incompatible changes before we declare it stable and
add those symbols to libstdc++.so forever.



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