mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Don't link in library that cannot be found, this should be removed eventually.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a6931e287
commit
2c024a78fc
@ -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