Commit 0b1dbf9e by Richard Kenner

(default_compilers): Pass -W and -w to gnat1.

From-SVN: r9294
parent 6c6923cc
...@@ -792,7 +792,7 @@ static struct compiler default_compilers[] = ...@@ -792,7 +792,7 @@ static struct compiler default_compilers[] =
{"@ada", {"@ada",
"%{!M:%{!MM:%{!E:gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\ "%{!M:%{!MM:%{!E:gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}\ -dumpbase %{.adb:%b.adb}%{.ads:%b.ads}\
%{g*} %{O*} %{p} %{pg:-p} %{f*}\ %{g*} %{O*} %{W*} %{w} %{p} %{pg:-p} %{f*}\
%{d*}\ %{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