mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Don't link in library that cannot be found, this should be removed eventually.
llvm-svn: 2111
This commit is contained in:
parent
ffc9ef8be9
commit
2bfc9bf835
@ -43,8 +43,8 @@ DIS = /usr/ccs/bin/dis
|
||||
CP = /bin/cp -f
|
||||
CFLAGS += -g -xarch=v9
|
||||
|
||||
LLCLIB = $(LEVEL)/test/Libraries/runtime.o
|
||||
LIBS += $(LLCLIB)
|
||||
#LLCLIB = $(LEVEL)/test/Libraries/runtime.o
|
||||
#LIBS += $(LLCLIB)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user