diff options
author | Matthew Woodcraft <mattheww@chiark.greenend.org.uk> | 2002-05-31 21:01:28 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-31 14:01:28 -0700 |
commit | 8b968bd15512fc8905e53bfb7ab326d0cacb147d (patch) | |
tree | 9c4109cc13d3f32305225743e2636a77f228f461 /gcc/cp/lang-specs.h | |
parent | efe1f3579517846471024d65e165da022e57ef45 (diff) | |
download | gcc-8b968bd15512fc8905e53bfb7ab326d0cacb147d.zip gcc-8b968bd15512fc8905e53bfb7ab326d0cacb147d.tar.gz gcc-8b968bd15512fc8905e53bfb7ab326d0cacb147d.tar.bz2 |
gcc.c (cpp_unique_options): Remove "-d" options.
* gcc.c (cpp_unique_options): Remove "-d" options.
(cpp_debug_options): New spec string.
(default_compilers): Use it.
* objc/lang-specs.h: Likewise.
* cp/lang-specs.h: Likewise.
* f/lang-specs.h: Likewise.
From-SVN: r54121
Diffstat (limited to 'gcc/cp/lang-specs.h')
-rw-r--r-- | gcc/cp/lang-specs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 0405006..8d220ee 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -39,7 +39,8 @@ Boston, MA 02111-1307, USA. */ %{!Wno-deprecated:-D__DEPRECATED}\ %{!fno-exceptions:-D__EXCEPTIONS}\ -D__GXX_ABI_VERSION=100\ - %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\ + %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)\ + %(cpp_debug_options)}\ %{!E:%{!M:%{!MM:\ %{save-temps:cc1plus -E \ %{!no-gcc:-D__GNUG__=%v1}\ |