aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorMatthew Woodcraft <mattheww@chiark.greenend.org.uk>2002-05-31 21:01:28 +0000
committerRichard Henderson <rth@gcc.gnu.org>2002-05-31 14:01:28 -0700
commit8b968bd15512fc8905e53bfb7ab326d0cacb147d (patch)
tree9c4109cc13d3f32305225743e2636a77f228f461 /gcc/objc
parentefe1f3579517846471024d65e165da022e57ef45 (diff)
downloadgcc-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/objc')
-rw-r--r--gcc/objc/lang-specs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h
index 6cc17f7..e4c1e0f 100644
--- a/gcc/objc/lang-specs.h
+++ b/gcc/objc/lang-specs.h
@@ -25,7 +25,8 @@ Boston, MA 02111-1307, USA. */
{"@objective-c",
/* cc1obj has an integrated ISO C preprocessor. We should invoke the
external preprocessor if -save-temps or -traditional is given. */
- "%{E|M|MM:%(trad_capable_cpp) -lang-objc %{ansi:-std=c89} %(cpp_options)}\
+ "%{E|M|MM:%(trad_capable_cpp)\
+ -lang-objc %{ansi:-std=c89} %(cpp_options) %(cpp_debug_options)}\
%{!E:%{!M:%{!MM:\
%{traditional|ftraditional|traditional-cpp:\
%eGNU Objective C no longer supports traditional compilation}\