(default_compilers): If -E and the file is (e.g.) x.s, don't run the
assembler; similarly for .i, .ii, .adb, etc. From-SVN: r7129
This commit is contained in:
parent
f5da225ef4
commit
ac4cf5d96f
67
gcc/gcc.c
67
gcc/gcc.c
@ -577,40 +577,42 @@ static struct compiler default_compilers[] =
|
|||||||
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*}\
|
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*}\
|
||||||
%i %{!M:%{!MM:%{!E:%{!pipe:%g.ii}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n",
|
%i %{!M:%{!MM:%{!E:%{!pipe:%g.ii}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |\n",
|
||||||
"%{!M:%{!MM:%{!E:cc1plus %{!pipe:%g.ii} %1 %2\
|
"%{!M:%{!MM:%{!E:cc1plus %{!pipe:%g.ii} %1 %2\
|
||||||
%{!Q:-quiet} -dumpbase %b.cc %{d*} %{m*} %{a}\
|
%{!Q:-quiet} -dumpbase %b.cc %{d*} %{m*} %{a}\
|
||||||
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} %{traditional}\
|
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\
|
||||||
%{v:-version} %{pg:-p} %{p} %{f*} %{+e*}\
|
%{traditional} %{v:-version} %{pg:-p} %{p}\
|
||||||
%{aux-info*}\
|
%{f*} %{+e*} %{aux-info*}\
|
||||||
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
||||||
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|\n\
|
||||||
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
||||||
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
||||||
%{!pipe:%g.s} %A\n }}}}"},
|
%{!pipe:%g.s} %A\n }}}}"},
|
||||||
{".i", "@cpp-output"},
|
{".i", "@cpp-output"},
|
||||||
{"@cpp-output",
|
{"@cpp-output",
|
||||||
"cc1 %i %1 %{!Q:-quiet} %{d*} %{m*} %{a}\
|
"%{!M:%{!MM:%{!E:cc1 %i %1 %{!Q:-quiet} %{d*} %{m*} %{a}\
|
||||||
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} %{traditional}\
|
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\
|
||||||
%{v:-version} %{pg:-p} %{p} %{f*}\
|
%{traditional} %{v:-version} %{pg:-p} %{p} %{f*}\
|
||||||
%{aux-info*}\
|
%{aux-info*}\
|
||||||
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
||||||
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
||||||
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
||||||
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o} %{!pipe:%g.s} %A\n }"},
|
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
||||||
|
%{!pipe:%g.s} %A\n }}}}"},
|
||||||
{".ii", "@c++-cpp-output"},
|
{".ii", "@c++-cpp-output"},
|
||||||
{"@c++-cpp-output",
|
{"@c++-cpp-output",
|
||||||
"cc1plus %i %1 %2 %{!Q:-quiet} %{d*} %{m*} %{a}\
|
"%{!M:%{!MM:%{!E:cc1plus %i %1 %2 %{!Q:-quiet} %{d*} %{m*} %{a}\
|
||||||
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi} %{traditional}\
|
%{g*} %{O*} %{W*} %{w} %{pedantic*} %{ansi}\
|
||||||
%{v:-version} %{pg:-p} %{p} %{f*} %{+e*}\
|
%{traditional} %{v:-version} %{pg:-p} %{p}\
|
||||||
%{aux-info*}\
|
%{f*} %{+e*} %{aux-info*}\
|
||||||
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
||||||
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
||||||
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
||||||
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
||||||
%{!pipe:%g.s} %A\n }"},
|
%{!pipe:%g.s} %A\n }}}}"},
|
||||||
{".s", "@assembler"},
|
{".s", "@assembler"},
|
||||||
{"@assembler",
|
{"@assembler",
|
||||||
"%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
"%{!M:%{!MM:%{!E:%{!S:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
||||||
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o} %i %A\n }"},
|
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
||||||
|
%i %A\n }}}}"},
|
||||||
{".S", "@assembler-with-cpp"},
|
{".S", "@assembler-with-cpp"},
|
||||||
{"@assembler-with-cpp",
|
{"@assembler-with-cpp",
|
||||||
"cpp -lang-asm %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
"cpp -lang-asm %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\
|
||||||
@ -628,13 +630,14 @@ static struct compiler default_compilers[] =
|
|||||||
{".adb", "@ada"},
|
{".adb", "@ada"},
|
||||||
{".ada", "@ada"},
|
{".ada", "@ada"},
|
||||||
{"@ada",
|
{"@ada",
|
||||||
"gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet} -dumpbase %b.ada\
|
"%{!M:%{!MM:%{!E:gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\
|
||||||
%{g*} %{O*} %{p} %{pg:-p} %{f*} %{d*}\
|
-dumpbase %b.ada %{g*} %{O*} %{p} %{pg:-p} %{f*}\
|
||||||
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
%{d*}\
|
||||||
%i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} | \n",
|
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
|
||||||
"%{!S:%{!gnatc:%{!gnats:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
%i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
|
||||||
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
|
%{!S:%{!gnatc:%{!gnats:as %{R} %{j} %{J} %{h} %{d2} %a %Y\
|
||||||
%{!pipe:%g.s} %A\n}}} "},
|
%{c:%W{o*}%{!o*:-o %w%b.o}}\
|
||||||
|
%{!c:-o %d%w%u.o} %{!pipe:%g.s} %A\n}}}}}} "},
|
||||||
/* Mark end of table */
|
/* Mark end of table */
|
||||||
{0, 0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user