diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/libexception/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/GCCLibraries/libexception/Makefile b/runtime/GCCLibraries/libexception/Makefile index 3715b14..09076cb 100644 --- a/runtime/GCCLibraries/libexception/Makefile +++ b/runtime/GCCLibraries/libexception/Makefile @@ -3,15 +3,4 @@ BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 LIBRARYNAME=exception -#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 |