aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:12:14 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:12:14 +0000
commit5e22a6486ade7bad558eea0c019a60899441039d (patch)
tree5089602b22bb83867b688b50eda241909a342f8e
parent83753937a6eb0606e8b08850bc9d745de8e3cc6a (diff)
downloadexternal_llvm-5e22a6486ade7bad558eea0c019a60899441039d.zip
external_llvm-5e22a6486ade7bad558eea0c019a60899441039d.tar.gz
external_llvm-5e22a6486ade7bad558eea0c019a60899441039d.tar.bz2
Pull in the archive versions of these libs to reduce executable size
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23928 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/gccas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index c66fb4f..32c10c8 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -9,8 +9,8 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
- LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
+USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMipa.a \
+ LLVMScalarOpts.a LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils.a \
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common