aboutsummaryrefslogtreecommitdiffstats
path: root/ghdl.gpr.in
diff options
context:
space:
mode:
Diffstat (limited to 'ghdl.gpr.in')
-rw-r--r--ghdl.gpr.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghdl.gpr.in b/ghdl.gpr.in
index 8b6228996..3f2ae0cb6 100644
--- a/ghdl.gpr.in
+++ b/ghdl.gpr.in
@@ -6,7 +6,9 @@ project Ghdl is
srcdir & "/src",
srcdir & "/src/vhdl",
srcdir & "/src/vhdl/translate",
+ srcdir & "/src/vhdl/simulate",
srcdir & "/src/psl",
+ srcdir & "/src/synth",
srcdir & "/src/ghdldrv",
srcdir & "/src/grt",
srcdir & "/src/grt/config",
@@ -25,7 +27,7 @@ project Ghdl is
package Compiler is
for Default_Switches ("Ada") use
- ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat05", "-g");
+ ("-gnaty3befhkmr", "-gnata", "-gnatwae", "-gnatf", "-gnat12", "-g");
for Default_Switches ("C") use ("-DWITH_GNAT_RUN_TIME");
end Compiler;