mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Remove compilation of __main because we now link -lgcc into programs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbe7bbe4d9
commit
812d8be09c
@ -1,7 +1,5 @@
|
||||
# Libraries Makefile: Build all subdirectories automatically
|
||||
|
||||
all:: runtime.o
|
||||
|
||||
LEVEL = ../..
|
||||
DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
||||
|
||||
@ -13,6 +11,3 @@ include ${LEVEL}/Makefile.common
|
||||
install::
|
||||
|
||||
clean::
|
||||
|
||||
runtime.o: ../runtime.c
|
||||
$(CC) -c $(CFLAGS) $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user