aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-22 22:14:04 +0000
committerChris Lattner <sabre@nondot.org>2003-01-22 22:14:04 +0000
commitcabda2134ee9bb5019d90593c9dc7f631a3a985a (patch)
tree93c1351b503b950db7f6874187e9739ed0524291 /tools
parent6f6fef8c2696ec014affab011d71c3c86372051f (diff)
downloadexternal_llvm-cabda2134ee9bb5019d90593c9dc7f631a3a985a.zip
external_llvm-cabda2134ee9bb5019d90593c9dc7f631a3a985a.tar.gz
external_llvm-cabda2134ee9bb5019d90593c9dc7f631a3a985a.tar.bz2
link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/gccas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile
index 26e2c46..f1743ed 100644
--- a/tools/gccas/Makefile
+++ b/tools/gccas/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
- target.a transformutils ipa datastructure vmcore support.a
+USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
+ target.a transformutils vmcore support.a
include $(LEVEL)/Makefile.common