[llvm-commits] CVS: llvm/tools/gccas/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Tue Sep 17 21:22:01 PDT 2002
Changes in directory llvm/tools/gccas:
Makefile updated: 1.12 -> 1.13
---
Log message:
gcc3.1.1 seems much more selective about what it loads from archives, and
does not link in many passes that are loaded by gcc2.95.3. So use object
files instead of archives in many more cases.
---
Diffs of the changes:
Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.12 llvm/tools/gccas/Makefile:1.13
--- llvm/tools/gccas/Makefile:1.12 Tue Jul 23 17:04:41 2002
+++ llvm/tools/gccas/Makefile Tue Sep 17 21:20:58 2002
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms.a ipo.a scalaropts.a analysis.a \
- target.a transformutils.a ipa.a vmcore support.a
+USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
+ target.a transformutils ipa vmcore support.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list