Changes in directory llvm-test/MultiSource/Applications:
Makefile updated: 1.21 -> 1.21.2.1 --- Log message: The hexxagon test does not work on Solaris as it lacks stdint.h. --- Diffs of the changes: (+1 -0) Makefile | 1 + 1 files changed, 1 insertion(+) Index: llvm-test/MultiSource/Applications/Makefile diff -u llvm-test/MultiSource/Applications/Makefile:1.21 llvm-test/MultiSource/Applications/Makefile:1.21.2.1 --- llvm-test/MultiSource/Applications/Makefile:1.21 Fri Aug 5 01:20:48 2005 +++ llvm-test/MultiSource/Applications/Makefile Mon Nov 7 14:48:54 2005 @@ -18,6 +18,7 @@ ifeq ($(OS),SunOS) PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS)) +PARALLEL_DIRS := $(filter-out hexxagon, $(PARALLEL_DIRS)) endif include $(LEVEL)/Makefile.programs _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits