mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Include our config and system-specific Makefiles to get the
right compilers and paths. llvm-svn: 3852
This commit is contained in:
parent
6e77f5dc3f
commit
8feab97474
@ -1,5 +1,10 @@
|
||||
# $Id$
|
||||
|
||||
LEVEL = ../..
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LEVEL)/Makefile.$(shell uname)
|
||||
|
||||
#CFLAGS =
|
||||
#CFLAGS = -O
|
||||
#CFLAGS = -O -DNOLEX
|
||||
|
Loading…
Reference in New Issue
Block a user