mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Read Makefile.config before using LLVMGCC.
See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085828.html llvm-svn: 80372
This commit is contained in:
parent
9524ef5cfa
commit
398f646dce
@ -8,6 +8,8 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../..
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifneq ($(wildcard $(LLVMGCC)),)
|
||||
BYTECODE_LIBRARY = 1
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user