[llvm-commits] CVS: llvm-test/SingleSource/Makefile.singlesrc
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 09:56:39 PDT 2007
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.37 -> 1.38
---
Log message:
Implement SMALL_PROBLEM_SIZE.
---
Diffs of the changes: (+2 -2)
Makefile.singlesrc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.37 llvm-test/SingleSource/Makefile.singlesrc:1.38
--- llvm-test/SingleSource/Makefile.singlesrc:1.37 Thu Mar 1 00:14:14 2007
+++ llvm-test/SingleSource/Makefile.singlesrc Thu May 3 11:55:46 2007
@@ -34,10 +34,10 @@
# FIXME: LIBS should be specified, not hardcoded to -lm
Output/%.native: $(SourceDir)/%.c Output/.dir
- -$(CC) -O2 $(CFLAGS) $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
+ -$(CC) -O2 $(CPPFLAGS) $(CFLAGS) $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
Output/%.native: $(SourceDir)/%.cpp Output/.dir
- -$(CXX) -O2 $(CXXFLAGS) $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
+ -$(CXX) -O2 $(CPPFLAGS) $(CXXFLAGS) $(TARGET_FLAGS) $< -lm -o $@ $(LDFLAGS)
bugpoint-gccas bugpoint-opt bugpoint-llvm-ld bugpoint-gccld bugpoint-jit bugpoint-llc bugpoint-llc-beta:
More information about the llvm-commits
mailing list