summaryrefslogtreecommitdiff
path: root/translate/grt/Makefile
diff options
context:
space:
mode:
authorgingold2005-10-24 19:53:59 +0000
committergingold2005-10-24 19:53:59 +0000
commit729ff8c7d5c4c93bc67bd496ef398adfc980df22 (patch)
tree019cae33a7c06632c5ad599a6b6d8e63a7281522 /translate/grt/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/grt/Makefile')
-rw-r--r--translate/grt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/translate/grt/Makefile b/translate/grt/Makefile
index 2b60de1..5e0a7cd 100644
--- a/translate/grt/Makefile
+++ b/translate/grt/Makefile
@@ -31,13 +31,16 @@ exec_prefix=$(prefix)
libdir=$(exec_prefix)/lib
grt_libdir=$(libdir)
-target=i686-pc-linux-gnu
+target:=$(shell $(CC) -dumpmachine)
all: grt-all
install: grt-install
clean: grt-clean
$(RM) *~
+show_target:
+ echo "Target is $(target)"
+
include Makefile.inc