mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Need rule for runtime.o. This is just temporary to provide
ll__main so that llc output can link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1913 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d79b4eb506
commit
1d7aefd6c7
@ -1,5 +1,7 @@
|
||||
# Libraries Makefile: Build all subdirectories automatically
|
||||
|
||||
all:: runtime.o
|
||||
|
||||
LEVEL = ../..
|
||||
DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
|
||||
|
||||
@ -11,3 +13,6 @@ include ${LEVEL}/Makefile.common
|
||||
install::
|
||||
|
||||
clean::
|
||||
|
||||
runtime.o: ../runtime.c
|
||||
$(CC) -c $(CFLAGS) $<
|
||||
|
Loading…
Reference in New Issue
Block a user