From e5f5feea65f904d95c6f7aded34f8d2f447141e9 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 14 May 2002 17:12:16 +0000 Subject: 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 --- gcc/objc/lang-specs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/objc/lang-specs.h') 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:\ -- cgit v1.1