diff options
author | Dave Brolley <brolley@gcc.gnu.org> | 1998-12-07 07:42:21 -0500 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1998-12-07 07:42:21 -0500 |
commit | 93447205e549088d1d5208e82462b5f681030632 (patch) | |
tree | 0e06ddfb7c06a8eb1366ed235d653e8ced12b583 /gcc/gcc.c | |
parent | f070035e54ea019f78aad2db4132b71d1478a797 (diff) | |
download | gcc-93447205e549088d1d5208e82462b5f681030632.zip gcc-93447205e549088d1d5208e82462b5f681030632.tar.gz gcc-93447205e549088d1d5208e82462b5f681030632.tar.bz2 |
[multiple changes]
Mon Dec 7 15:38:25 1998 Dave Brolley <brolley@cygnus.com>
* gcc.c (default_compilers): Fix typo in USE_CPPLIB spec for cc1.
Mon Dec 7 15:38:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-aux-info.c (concat): Wrap function definition in !USE_CPPLIB.
* cppalloc.c: Move function `xcalloc' from cpplib.c to here.
* cpplib.c: Move function `xcalloc' from here to cppalloc.c.
From-SVN: r24152
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -581,7 +581,7 @@ static struct compiler default_compilers[] = {"@c", { #if USE_CPPLIB - "%{E|M|MM:cpp -lang-c %(ansi:-std=c89} %{std*} %{nostdinc*}\ + "%{E|M|MM:cpp -lang-c %{ansi:-std=c89} %{std*} %{nostdinc*}\ %{C} %{v} %{A*} %{I*} %{P} %I\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ |