aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-02 13:54:34 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-02 13:54:34 +0100
commit88fff744247c4c1f8e886207c7997390b063af27 (patch)
treec30a36767ebcaff52b5923cec71d1bf736b40319 /translate/ghdldrv
parent77dadd243e9ec21f9f60473291f2cf8d1fdcf289 (diff)
downloadghdl-88fff744247c4c1f8e886207c7997390b063af27.tar.gz
ghdl-88fff744247c4c1f8e886207c7997390b063af27.tar.bz2
ghdl-88fff744247c4c1f8e886207c7997390b063af27.zip
ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr.
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r--translate/ghdldrv/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile
index 888014bf7..ed94f02b4 100644
--- a/translate/ghdldrv/Makefile
+++ b/translate/ghdldrv/Makefile
@@ -163,19 +163,21 @@ install.standard: $(LIB93_DIR)/std/std_standard.o \
grt.links:
cd ../lib; ln -sf $(GRTSRCDIR)/grt.lst .; ln -sf $(GRTSRCDIR)/libgrt.a .; ln -sf $(GRTSRCDIR)/grt.ver .
-install.all: install.v87 install.v93 install.standard
+install.all: install.v87 install.v93 install.v08
install.gcc:
- $(MAKE) GHDL=ghdl_gcc install.v87 install.v93 install.v08
+ $(MAKE) GHDL1=../ghdl1-gcc install.standard
+ $(MAKE) GHDL=ghdl_gcc install.all
install.mcode:
- $(MAKE) GHDL=ghdl_mcode install.v87 install.v93 install.v08
+ $(MAKE) GHDL=ghdl_mcode install.all
install.simul:
- $(MAKE) GHDL=ghdl_simul install.v87 install.v93 install.v08
+ $(MAKE) GHDL=ghdl_simul install.all
install.llvm:
- $(MAKE) GHDL=ghdl_llvm GHDL1=../ghdl1-llvm install.all
+ $(MAKE) GHDL1=../ghdl1-llvm install.standard
+ $(MAKE) GHDL=ghdl_llvm install.all
clean: force
$(RM) -f *.o *.ali ghdl_gcc ghdl_mcode ghdl_llvm ghdl_llvm_jit