aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv/Makefile
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-24 19:53:59 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-10-24 19:53:59 +0000
commit729ff8c7d5c4c93bc67bd496ef398adfc980df22 (patch)
tree019cae33a7c06632c5ad599a6b6d8e63a7281522 /translate/ghdldrv/Makefile
parent37b4ff57b54a81d56dddf36945afe26841527b8f (diff)
downloadghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.tar.gz
ghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.tar.bz2
ghdl-729ff8c7d5c4c93bc67bd496ef398adfc980df22.zip
support of ia64 added, more stats added
Diffstat (limited to 'translate/ghdldrv/Makefile')
-rw-r--r--translate/ghdldrv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate/ghdldrv/Makefile b/translate/ghdldrv/Makefile
index dc1b07df6..467794c8f 100644
--- a/translate/ghdldrv/Makefile
+++ b/translate/ghdldrv/Makefile
@@ -102,6 +102,9 @@ install.v87: std.v87 ieee.v87 synopsys.v87
install.standard: $(LIB93_DIR)/std/std_standard.o \
$(LIB87_DIR)/std/std_standard.o
+make-lib-links:
+ cd ../lib; ln -sf ../grt/grt.lst .; ln -sf ../grt/libgrt.a .
+
install.all: install.v87 install.v93 install.standard
install.mcode: install.v87 install.v93