mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Use libinstr.$(ARCH).a instead of libinstr64.a
Also, $(RM) needs -f flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7128 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2e343b2da
commit
1239874a1e
@ -75,14 +75,14 @@ else
|
||||
endif
|
||||
endif
|
||||
ifeq ($(DOTRACING), yes)
|
||||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
|
||||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
||||
endif
|
||||
|
||||
|
||||
LLCLIBS := $(LLCLIBS) -lm
|
||||
|
||||
clean::
|
||||
$(RM) a.out core
|
||||
$(RM) -f a.out core
|
||||
$(RM) -rf Output/
|
||||
|
||||
# Compile from X.c to Output/X.ll
|
||||
|
Loading…
x
Reference in New Issue
Block a user