gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when only...
authorNeil Booth <neil@daikokuya.demon.co.uk>
Tue, 14 May 2002 17:12:16 +0000 (17:12 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 14 May 2002 17:12:16 +0000 (17:12 +0000)
commite5f5feea65f904d95c6f7aded34f8d2f447141e9
tree2022704678991b7ecc0f132d9965f45e1fb9c533
parent317638a8098ccaf5e154f2e73c79fd14d30a25b5
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/ChangeLog
gcc/cp/ChangeLog
gcc/cp/lang-specs.h
gcc/gcc.c
gcc/objc/lang-specs.h
gcc/tradcpp.c