Changes in directory llvm-test/SingleSource:
Makefile updated: 1.12 -> 1.13 --- Log message: Merge Evan's remote test implementation with mine: Allow to define the crosscompilers (cross gcc and cross llvm-gcc). --- Diffs of the changes: (+7 -1) Makefile | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm-test/SingleSource/Makefile diff -u llvm-test/SingleSource/Makefile:1.12 llvm-test/SingleSource/Makefile:1.13 --- llvm-test/SingleSource/Makefile:1.12 Wed Sep 1 09:33:26 2004 +++ llvm-test/SingleSource/Makefile Fri May 4 16:50:39 2007 @@ -1,5 +1,11 @@ LEVEL = .. -PARALLEL_DIRS = UnitTests Regression Benchmarks CustomChecked + +PARALLEL_DIRS = UnitTests Regression Benchmarks + +ifndef REMOTE_HOST +PARALLEL_DIRS += CustomChecked +endif + LDFLAGS += -lm include Makefile.singlesrc _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits