aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-10-21 16:04:45 +0200
committerTristan Gingold <tgingold@free.fr>2018-10-21 16:11:52 +0200
commite050ffb26e51cb3c064342ecb01822ab7c269712 (patch)
tree799963d9d0b7ad0e20ba65976f6fe69194683865 /configure
parentd5f16212b1862a9c3cae7768405cb063573f68b9 (diff)
downloadghdl-e050ffb26e51cb3c064342ecb01822ab7c269712.tar.gz
ghdl-e050ffb26e51cb3c064342ecb01822ab7c269712.tar.bz2
ghdl-e050ffb26e51cb3c064342ecb01822ab7c269712.zip
ghdldrv: also search exec in prefix/bin.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 14df9f842..8dc0afcab 100755
--- a/configure
+++ b/configure
@@ -351,7 +351,7 @@ echo "Generate default_paths.ads"
sed -e "s%@COMPILER_GCC@%ghdl1-gcc$EXEEXT%" \
-e "s%@COMPILER_DEBUG@%ghdl1-debug$EXEEXT%" \
-e "s%@COMPILER_MCODE@%ghdl1-mcode$EXEEXT%" \
- -e "s%@COMPILER_LLVM@%bin/ghdl1-llvm$EXEEXT%" \
+ -e "s%@COMPILER_LLVM@%ghdl1-llvm$EXEEXT%" \
-e "s%@POST_PROCESSOR@%oread-$backend%" \
-e "s%@INSTALL_PREFIX@%$prefix%" \
-e "s%@LIB_PREFIX@%$libdirsuffix%" \