diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-03-29 04:43:00 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-03-29 04:43:00 +0100 |
commit | 7f7fdf816df6c7dcb24f202c6c88f1efcd752f29 (patch) | |
tree | 681529ac80d3b6d36b7feab161506487a3495c40 /translate/ghdldrv | |
parent | e7b2039857db4ba617c5a399c11cc4ff4c969959 (diff) | |
download | ghdl-7f7fdf816df6c7dcb24f202c6c88f1efcd752f29.tar.gz ghdl-7f7fdf816df6c7dcb24f202c6c88f1efcd752f29.tar.bz2 ghdl-7f7fdf816df6c7dcb24f202c6c88f1efcd752f29.zip |
Set some missing flags (was harmless).
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r-- | translate/ghdldrv/Makefile | 3 | ||||
-rw-r--r-- | translate/ghdldrv/ghdlsimul.adb | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile index 221a4a609..fe859f273 100644 --- a/translate/ghdldrv/Makefile +++ b/translate/ghdldrv/Makefile @@ -166,6 +166,9 @@ clean: force $(RM) -f b~*.ad? *~ default_pathes.ads ghdl_simul $(RM) -rf ../lib +clean-c: force + $(RM) -f memsegs_c.o chkstk.o linux.o times.o grt-cbinding.o grt-cvpi.o + force: .PHONY: force clean diff --git a/translate/ghdldrv/ghdlsimul.adb b/translate/ghdldrv/ghdlsimul.adb index 0e8f29660..107cc6742 100644 --- a/translate/ghdldrv/ghdlsimul.adb +++ b/translate/ghdldrv/ghdlsimul.adb @@ -68,6 +68,7 @@ package body Ghdlsimul is Canon.Canon_Flag_Add_Labels := True; Canon.Canon_Flag_Sequentials_Stmts := True; + Canon.Canon_Flag_Expressions := True; end Compile_Init; procedure Compile_Elab |