mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Fix libraries.
llvm-svn: 1912
This commit is contained in:
parent
09f3967db8
commit
f24cb15482
@ -43,7 +43,7 @@ DIS = /usr/ccs/bin/dis
|
||||
CP = /bin/cp -f
|
||||
CFLAGS += -g -xarch=v9
|
||||
|
||||
LLCLIB = $(LEVEL)/test/runtime.o
|
||||
LLCLIB = $(LEVEL)/test/Libraries/runtime.o
|
||||
LIBS += $(LLCLIB)
|
||||
|
||||
|
||||
@ -83,7 +83,7 @@ Output/%.llc.s: Output/%.linked.bc
|
||||
# Assemble (and link) an LLVM-linked program using the system assembler...
|
||||
#
|
||||
Output/%.llc: Output/%.llc.s
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
$(CC) $(CFLAGS) $< $(LIBS) -o $@
|
||||
|
||||
#
|
||||
# Testing versions of provided utilities...
|
||||
|
Loading…
Reference in New Issue
Block a user