diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 12:01:53 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-07 12:01:53 +0000 |
commit | 05399e9174cdc8ffdca6bb0efbd2ead641844cdd (patch) | |
tree | 971ac4abfe14408849da767b545edf531d1576f3 /gcc/cp/lang-specs.h | |
parent | fe0c58771e877b619b1e7250d22f908189262e8a (diff) | |
download | gcc-05399e9174cdc8ffdca6bb0efbd2ead641844cdd.tar.gz |
* lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31272 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 692583ccc8f..558480e4944 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -49,6 +49,7 @@ Boston, MA 02111-1307, USA. */ -D__GNUC_MINOR__=%v2} -D__cplusplus\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ %{!fno-exceptions:-D__EXCEPTIONS}\ + %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}}\ %{ffast-math:-D__FAST_MATH__}\ %{fshort-wchar:-D__WCHAR_TYPE__=short\\ unsigned\\ int}\ @@ -71,6 +72,7 @@ Boston, MA 02111-1307, USA. */ -D__cplusplus\ %{ansi:-trigraphs -D__STRICT_ANSI__} %{!undef:%{!ansi:%p} %P}\ %{!fno-exceptions:-D__EXCEPTIONS}\ + %{fnew-abi:-D__GXX_ABI_VERSION=100}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} %{trigraphs}\ %{ffast-math:-D__FAST_MATH__}\ %{fshort-wchar:-D__WCHAR_TYPE__=short\\ unsigned\\ int}\ |