From ca2aa9ead46672e57109497e9b69bebe76dd1959 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 13 Dec 2014 07:41:58 +0100 Subject: Add support of ghdl_llvm build in Makefile.in --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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%" \ -- cgit v1.2.3