gcc.c (default_compilers): Use new | syntax to eliminate string concatenation.

Thu Jun 25 11:12:29 1998  Dave Brolley  <brolley@cygnus.com>
	* gcc.c (default_compilers): Use new | syntax to eliminate
	string concatenation.

From-SVN: r20711
This commit is contained in:
Dave Brolley 1998-06-25 08:24:04 +00:00 committed by Dave Brolley
parent cb0dbb9a01
commit ca242225a0
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,8 @@
Thu Jun 25 11:12:29 1998 Dave Brolley <brolley@cygnus.com>
* gcc.c (default_compilers): Use new | syntax to eliminate
string concatenation.
Thu Jun 25 01:00:48 1998 Richard Henderson <rth@cygnus.com>
* alpha.c (alpha_function_name): Delete.

View File

@ -602,8 +602,7 @@ static struct compiler default_compilers[] =
{"@c",
{
#if USE_CPPLIB
#define CPP_FOR_C \
"cpp -lang-c%{ansi:89} %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
"%{E|M|MM:cpp -lang-c%{ansi:89} %{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}\
-undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\
@ -613,12 +612,8 @@ static struct compiler default_compilers[] =
%{traditional} %{ftraditional:-traditional}\
%{traditional-cpp:-traditional}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\
%i %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}\n"
"%{E:"CPP_FOR_C"}"
"%{!E:%{M:"CPP_FOR_C"}"
"%{!M:%{MM:"CPP_FOR_C"}"
"%{!MM:cc1 %i %1 \
%i %{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}}\n}\
%{!E:%{!M:%{!MM:cc1 %i %1 \
-lang-c%{ansi:89} %{nostdinc*} %{A*} %{I*} %I\
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\
%{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\