diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-01-22 22:14:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-01-22 22:14:04 +0000 |
| commit | 208e6e6ff0037da24db8c153ebe1d032a5dfc951 (patch) | |
| tree | 8e3e0e1f6298068946ccb1c5e26051affad3f9bb | |
| parent | 2d4945580fe9ed109725046af39be63899057e80 (diff) | |
| download | bcm5719-llvm-208e6e6ff0037da24db8c153ebe1d032a5dfc951.tar.gz bcm5719-llvm-208e6e6ff0037da24db8c153ebe1d032a5dfc951.zip | |
link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all
llvm-svn: 5402
| -rw-r--r-- | llvm/tools/gccas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/gccas/Makefile b/llvm/tools/gccas/Makefile index 26e2c460631..f1743ed4f3a 100644 --- a/llvm/tools/gccas/Makefile +++ b/llvm/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 |

