aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-11-01 03:04:50 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2005-11-01 03:04:50 +0000
commitefb30b021679ac1334e1d4fdffa073eaaa082a51 (patch)
tree662fd4ed6a0ef3fb8e0f2e214d676f5720416c04 /README
parent1f7fba5473ed7e609d46ee9b75b738be92a28b86 (diff)
downloadghdl-efb30b021679ac1334e1d4fdffa073eaaa082a51.tar.gz
ghdl-efb30b021679ac1334e1d4fdffa073eaaa082a51.tar.bz2
ghdl-efb30b021679ac1334e1d4fdffa073eaaa082a51.zip
update: support of amd64 + more optimizations
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 0a9dfae21..ab3fff6bd 100644
--- a/README
+++ b/README
@@ -33,8 +33,9 @@ the GHDL back-end (ghdl1) in ./translate:
$ make BE=gcc
the GHDL driver in ./translate/ghdldrv:
$ make ghdl_gcc
-the VHDL libraries:
- $ cd translate/ghdldrv
+the VHDL libraries (in ./translate/ghdldrv; you may need to slighly edit
+ Makefile to change the compiler):
+ $ ln -sf ghdl_gcc ghdl
$ make install.all
and the GHDL run-time (GRT) in ./translate/grt:
$ make