diff options
Diffstat (limited to 'tools/gccld/Makefile')
-rw-r--r-- | tools/gccld/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index 7638f7fb25..38261d913a 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -10,10 +10,7 @@ LEVEL = ../.. TOOLNAME = gccld -USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ - LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ - LLVMArchive.a LLVMBCReader.a LLVMBCWriter.a \ - LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS = bcreader bcwriter ipo scalaropts ipa linker REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |