diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-14 17:12:16 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-14 17:12:16 +0000 |
commit | e5f5feea65f904d95c6f7aded34f8d2f447141e9 (patch) | |
tree | 2022704678991b7ecc0f132d9965f45e1fb9c533 /gcc/objc | |
parent | 317638a8098ccaf5e154f2e73c79fd14d30a25b5 (diff) | |
download | gcc-e5f5feea65f904d95c6f7aded34f8d2f447141e9.zip gcc-e5f5feea65f904d95c6f7aded34f8d2f447141e9.tar.gz gcc-e5f5feea65f904d95c6f7aded34f8d2f447141e9.tar.bz2 |
gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when only preprocessing.
* gcc.c (cpp_options): Must pass -m* and -f* options
to the front end even when only preprocessing.
(cc1_options): Remove redundant -lang-c.
* tradcpp.c (main): Ignore -m options.
cp:
* lang-specs.h: Remove redundant -lang-c++.
objc:
* lang-specs.h: Similarly.
From-SVN: r53460
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index c6d1f9a..6cc17f7 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ %{!E:%{!M:%{!MM:\ %{traditional|ftraditional|traditional-cpp:\ %eGNU Objective C no longer supports traditional compilation}\ - %{save-temps:cc1obj -E -lang-objc %{ansi:-std=c89}\ + %{save-temps:cc1obj -E %{ansi:-std=c89}\ %(cpp_options) %b.mi \n\ cc1obj -fpreprocessed %b.mi %(cc1_options) %{gen-decls}}\ %{!save-temps:\ |