GCC ABI versions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello colleagues!

I'm trying to build solib written in C++ on CentOS with different ABI versions and with different compilers (GCC 4.4, GCC 4.8, GCC 5.2, GCC 6.3 and GCC 7.3). On more recent compiler versions (GCC 5.2 and higher) we're using flag -D_GLIBCXX_USE_CXX11_ABI=0 and -D_GLIBCXX_USE_CXX11_ABI=1 .

AFAIK there is a flag -fabi-version which allows to switch between ABI versions too but as far as I understood the documentation, it switches not C++98/C++11 ABI but another kind of things. I'm striving to eliminate the need to build the solib using different versions of compilers and to correctly specify the needed version of ABI.

Could someone possibly help me with determining the ABI versions used by the specified versions of GCC so I will be able to remove the unneeded compilers?

---
With best regards,
Igor Chudov




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux