1
0
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:
Andreas Neustifter 2009-08-28 16:13:45 +00:00
parent 9524ef5cfa
commit 398f646dce

View File

@ -8,6 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
include $(LEVEL)/Makefile.config
ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif