diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-02 19:39:16 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-02 19:39:16 +0000 |
commit | 3028a95cd6090610044464270181aeb6a72ab154 (patch) | |
tree | 0b1aadb5afef3176a01600a47ce733bbcd45c125 /gcc/objc/lang-specs.h | |
parent | c6c34cb43a11809c716983619a22a5b4f280a81f (diff) | |
download | gcc-3028a95cd6090610044464270181aeb6a72ab154.tar.gz |
gcc.c (trad_capable_cpp, [...]): Don't handle -ftraditional.
* gcc.c (trad_capable_cpp, default_compilers): Don't handle
-ftraditional.
objc:
* lang-specs.h: Don't handle -ftraditional.
From-SVN: r167385
Diffstat (limited to 'gcc/objc/lang-specs.h')
-rw-r--r-- | gcc/objc/lang-specs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index f6a8f3815d1..70d9bba117b 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for Objective-C. - Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005, 2007 + Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -24,10 +24,10 @@ along with GCC; see the file COPYING3. If not see {".m", "@objective-c", 0, 0, 0}, {"@objective-c", - "%{E|M|MM:cc1obj -E %{traditional|ftraditional|traditional-cpp:-traditional-cpp}\ + "%{E|M|MM:cc1obj -E %{traditional|traditional-cpp:-traditional-cpp}\ %(cpp_options) %(cpp_debug_options)}\ %{!E:%{!M:%{!MM:\ - %{traditional|ftraditional|traditional-cpp:\ + %{traditional|traditional-cpp:\ %eGNU Objective C no longer supports traditional compilation}\ %{save-temps|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps:%b.mi} %{!save-temps:%g.mi} \n\ cc1obj -fpreprocessed %{save-temps:%b.mi} %{!save-temps:%g.mi} %(cc1_options) %{print-objc-runtime-info} %{gen-decls}}\ @@ -35,10 +35,10 @@ along with GCC; see the file COPYING3. If not see cc1obj %(cpp_unique_options) %(cc1_options) %{print-objc-runtime-info} %{gen-decls}}}\ %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0}, {"@objective-c-header", - "%{E|M|MM:cc1obj -E %{traditional|ftraditional|traditional-cpp:-traditional-cpp}\ + "%{E|M|MM:cc1obj -E %{traditional|traditional-cpp:-traditional-cpp}\ %(cpp_options) %(cpp_debug_options)}\ %{!E:%{!M:%{!MM:\ - %{traditional|ftraditional|traditional-cpp:\ + %{traditional|traditional-cpp:\ %eGNU Objective C no longer supports traditional compilation}\ %{save-temps|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps:%b.mi} %{!save-temps:%g.mi} \n\ cc1obj -fpreprocessed %b.mi %(cc1_options) %{print-objc-runtime-info} %{gen-decls}\ |