mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 14:21:14 +08:00
(default_compilers): Pass -I to gnat1.
From-SVN: r9429
This commit is contained in:
parent
c5993d837c
commit
ba78c9ff87
@ -790,7 +790,7 @@ static struct compiler default_compilers[] =
|
||||
{".ads", "@ada"},
|
||||
{".adb", "@ada"},
|
||||
{"@ada",
|
||||
"%{!M:%{!MM:%{!E:gnat1 %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\
|
||||
"%{!M:%{!MM:%{!E:gnat1 %{I*} %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\
|
||||
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}\
|
||||
%{g*} %{O*} %{W*} %{w} %{p} %{pg:-p} %{f*}\
|
||||
%{d*}\
|
||||
|
Loading…
x
Reference in New Issue
Block a user