mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 21:41:43 +00:00
Reenable these options because they break testing on sparc without them.
Conditionalizing them on DISABLE_LLC means they aren't enabled under linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2ad319c3ba
commit
3aaff7eebd
@ -40,12 +40,15 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
|||||||
|
|
||||||
# Native Tool Definitions
|
# Native Tool Definitions
|
||||||
NATGCC = /usr/dcs/software/supported/bin/gcc
|
NATGCC = /usr/dcs/software/supported/bin/gcc
|
||||||
## CC = /opt/SUNWspro/bin/cc
|
|
||||||
## AS = /opt/SUNWspro/bin/cc
|
|
||||||
## DIS = /usr/ccs/bin/dis
|
|
||||||
## CFLAGS += -g -xarch=v9
|
|
||||||
CP = /bin/cp -f
|
CP = /bin/cp -f
|
||||||
|
|
||||||
|
ifndef DISABLE_LLC
|
||||||
|
CC = /opt/SUNWspro/bin/cc
|
||||||
|
AS = /opt/SUNWspro/bin/cc
|
||||||
|
DIS = /usr/ccs/bin/dis
|
||||||
|
CFLAGS += -g -xarch=v9
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(TRACE), yes)
|
ifeq ($(TRACE), yes)
|
||||||
LLCFLAGS += -trace basicblock
|
LLCFLAGS += -trace basicblock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user