aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-13 07:41:58 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-13 07:41:58 +0100
commitca2aa9ead46672e57109497e9b69bebe76dd1959 (patch)
tree97ca5d87699740c226edcc479d701f489389eaca /configure
parentecb57ec9e4045adf6da61a2c52c107379eb76690 (diff)
downloadghdl-ca2aa9ead46672e57109497e9b69bebe76dd1959.tar.gz
ghdl-ca2aa9ead46672e57109497e9b69bebe76dd1959.tar.bz2
ghdl-ca2aa9ead46672e57109497e9b69bebe76dd1959.zip
Add support of ghdl_llvm build in Makefile.in
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8adccaeeb..875a238b8 100755
--- a/configure
+++ b/configure
@@ -182,7 +182,7 @@ curdir=`pwd`
sed -e "s%@COMPILER_GCC@%ghdl1-gcc%" \
-e "s%@COMPILER_DEBUG@%ghdl1-debug%" \
-e "s%@COMPILER_MCODE@%ghdl1-mcode%" \
- -e "s%@COMPILER_LLVM@%ghdl1-llvm%" \
+ -e "s%@COMPILER_LLVM@%bin/ghdl1-llvm%" \
-e "s%@POST_PROCESSOR@%oread-gcc%" \
-e "s%@INSTALL_PREFIX@%$prefix%" \
-e "s%@LIB_PREFIX@%$libdirsuffix%" \