diff --git a/runtime/GCCLibraries/libexception/Makefile b/runtime/GCCLibraries/libexception/Makefile index 3715b143093..09076cbc959 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