aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_gcc.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-05 18:37:17 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-06 07:18:48 +0200
commitd14ef7bf8c94b4e164ae26954c4f737e2c3d655b (patch)
tree43be1383bdc59651d5c0490336404e58503a3798 /src/ghdldrv/ghdl_gcc.adb
parent747a45a1a891b82d3701ac52e7d10a130455f3db (diff)
downloadghdl-d14ef7bf8c94b4e164ae26954c4f737e2c3d655b.tar.gz
ghdl-d14ef7bf8c94b4e164ae26954c4f737e2c3d655b.tar.bz2
ghdl-d14ef7bf8c94b4e164ae26954c4f737e2c3d655b.zip
configure: add --enable-synth (off by default).
Diffstat (limited to 'src/ghdldrv/ghdl_gcc.adb')
-rw-r--r--src/ghdldrv/ghdl_gcc.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_gcc.adb b/src/ghdldrv/ghdl_gcc.adb
index c384222be..9077ca36b 100644
--- a/src/ghdldrv/ghdl_gcc.adb
+++ b/src/ghdldrv/ghdl_gcc.adb
@@ -21,6 +21,7 @@ with Ghdldrv;
with Ghdlprint;
with Ghdlvpi;
with Ghdlxml;
+with Ghdlsynth_Maybe;
procedure Ghdl_Gcc is
begin
@@ -29,6 +30,7 @@ begin
Ghdlmain.Version_String := new String'("GCC back-end code generator");
Ghdldrv.Backend := Ghdldrv.Backend_Gcc;
Ghdldrv.Register_Commands;
+ Ghdlsynth_Maybe.Register_Commands;
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;
Ghdlvpi.Register_Commands;