mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
da86e6c0b6
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7858 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
366 B
Makefile
17 lines
366 B
Makefile
LEVEL = ../../..
|
|
BYTECODE_LIBRARY=1
|
|
DONT_BUILD_RELINKED=1
|
|
LIBRARYNAME=crtend
|
|
|
|
Source = crtend.c listend.ll
|
|
|
|
EXPORTED_SYMBOL_LIST = __main,llvm.global_ctors,llvm.global_dtors
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|
|
$(LLVMGCCDIR)/bytecode-libs/crtend.o: $(LIBNAME_BC)
|
|
@cp $< $@
|
|
|
|
install:: $(LLVMGCCDIR)/bytecode-libs/crtend.o
|
|
@rm $(LLVMGCCDIR)/bytecode-libs/libcrtend.bc
|