[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc
Reid Spencer
reid at x10sys.com
Thu Feb 8 19:44:03 PST 2007
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.34 -> 1.35
---
Log message:
Remove last vestiges of GCCAS/gccas, GCCLD/gccld
---
Diffs of the changes: (+1 -1)
Makefile.singlesrc | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.34 llvm-test/SingleSource/Makefile.singlesrc:1.35
--- llvm-test/SingleSource/Makefile.singlesrc:1.34 Thu Feb 8 21:38:16 2007
+++ llvm-test/SingleSource/Makefile.singlesrc Thu Feb 8 21:43:45 2007
@@ -40,6 +40,6 @@
-$(CXX) $(CXXFLAGS) -O2 $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
-bugpoint-gccas bugpoint-llvm-ld bugpoint-jit bugpoint-llc bugpoint-llc-beta:
+bugpoint-gccas bugpoint-opt bugpoint-llvm-ld bugpoint-gccld bugpoint-jit bugpoint-llc bugpoint-llc-beta:
@echo "The $@ target doesn't work in SingleSource. Try:"
@echo " 'make Output/[programname].$@' instead."
More information about the llvm-commits
mailing list