mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +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$
|
# $Id$
|
||||||
|
|
||||||
|
LEVEL = ../..
|
||||||
|
|
||||||
|
include $(LEVEL)/Makefile.config
|
||||||
|
include $(LEVEL)/Makefile.$(shell uname)
|
||||||
|
|
||||||
#CFLAGS =
|
#CFLAGS =
|
||||||
#CFLAGS = -O
|
#CFLAGS = -O
|
||||||
#CFLAGS = -O -DNOLEX
|
#CFLAGS = -O -DNOLEX
|
||||||
|
Loading…
Reference in New Issue
Block a user