Commit 4aea22ca by Richard Kenner

(default_compilers, @ada): Don't duplicate "-gnat" parameters; pass

-quiet unless -Q is specified.

From-SVN: r6456
parent 6db77abd
/* Compiler driver program that can handle many languages. /* Compiler driver program that can handle many languages.
Copyright (C) 1987, 1989, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1987, 1989, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -583,8 +583,7 @@ static struct compiler default_compilers[] = ...@@ -583,8 +583,7 @@ static struct compiler default_compilers[] =
{".adb", "@ada"}, {".adb", "@ada"},
{".ada", "@ada"}, {".ada", "@ada"},
{"@ada", {"@ada",
"gnat1 %{gnat*} %{k8:-gnatk8} %{w:-gnatws}\ "gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet} -dumpbase %b.ada\
-dumpbase %b.ada\
%{g*} %{O*} %{p} %{pg:-p} %{f*} %{d*}\ %{g*} %{O*} %{p} %{pg:-p} %{f*} %{d*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\ %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} | \n", %i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} | \n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment