From 88fff744247c4c1f8e886207c7997390b063af27 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 2 Nov 2014 13:54:34 +0100 Subject: ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr. --- translate/ghdldrv/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'translate/ghdldrv') 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 -- cgit v1.2.3