mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
error messages from the compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17335 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
85ec003b1d
commit
6e039e5616
@ -14,7 +14,7 @@ EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
|
|||||||
|
|
||||||
SAMPLES = fibonacci hello prime goof
|
SAMPLES = fibonacci hello prime goof
|
||||||
|
|
||||||
LLVMC_EXEC = $(TOOLDIR)/llvmc
|
LLVMC_EXEC = LLVM_CONFIG_DIR=$(BUILD_SRC_ROOT)/tools/llvmc $(TOOLDIR)/llvmc
|
||||||
|
|
||||||
all :: $(SAMPLES)
|
all :: $(SAMPLES)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user