aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-31 06:36:24 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-31 06:36:24 +0100
commit3e33ae49d2a1a733abb0660319bc7364f3b891a6 (patch)
tree142384e47430471b78a603aea122c7de018362cb /ghdl.gpr.in
parent032a613b864bd0ff4c632cfb8541203abf1f4e59 (diff)
downloadghdl-3e33ae49d2a1a733abb0660319bc7364f3b891a6.tar.gz
ghdl-3e33ae49d2a1a733abb0660319bc7364f3b891a6.tar.bz2
ghdl-3e33ae49d2a1a733abb0660319bc7364f3b891a6.zip
Sync ghdl.gpr with Makefile.in
Diffstat (limited to 'ghdl.gpr.in')
-rw-r--r--ghdl.gpr.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in
index c2400e7b9..0052ec05c 100644
--- a/ghdl.gpr.in
+++ b/ghdl.gpr.in
@@ -10,6 +10,7 @@ project Ghdl is
srcdir & "/src/ghdldrv",
srcdir & "/src/grt",
srcdir & "/src/grt/config",
+ srcdir & "/src/grt/fst",
srcdir & "/src/ortho",
srcdir & "/src/ortho/mcode");
@@ -26,7 +27,7 @@ project Ghdl is
package Compiler is
for Default_Switches ("Ada") use
- ("-gnaty3befhkmr", "-gnata", "-gnatwael", "-gnatf", "-gnat05", "-g");
+ ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat05", "-g");
for Default_Switches ("C") use ("-DWITH_GNAT_RUN_TIME");
end Compiler;