mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Avoid Solaris-specific defines.
llvm-svn: 3823
This commit is contained in:
parent
0cd19bd988
commit
c1c18368c1
@ -40,11 +40,11 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
||||
|
||||
# Native Tool Definitions
|
||||
NATGCC = /usr/dcs/software/supported/bin/gcc
|
||||
CC = /opt/SUNWspro/bin/cc
|
||||
AS = /opt/SUNWspro/bin/cc
|
||||
DIS = /usr/ccs/bin/dis
|
||||
## CC = /opt/SUNWspro/bin/cc
|
||||
## AS = /opt/SUNWspro/bin/cc
|
||||
## DIS = /usr/ccs/bin/dis
|
||||
## CFLAGS += -g -xarch=v9
|
||||
CP = /bin/cp -f
|
||||
CFLAGS += -g -xarch=v9
|
||||
|
||||
|
||||
ifeq ($(TRACE), yes)
|
||||
|
Loading…
Reference in New Issue
Block a user