mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
Fix libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4bec7fab45
commit
d79b4eb506
@ -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