Increase odds that this won't bork things
[oota-llvm.git] / tools / gccas / Makefile
index bdd41a30246a34a8aeb90e7a339f54a8a09e6432..f1743ed4f3a0a77ca1615c03f987bfe9bd77f3b5 100644 (file)
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = gccas
-USEDLIBS = asmparser bcwriter transforms analysis opt vmcore asmwriter support target
+USEDLIBS = asmparser bcwriter transforms ipo.a ipa.a scalaropts analysis.a \
+           target.a transformutils vmcore support.a
 
 include $(LEVEL)/Makefile.common