[llvm-commits] [release_16] CVS: llvm-test/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Nov 7 12:49:18 PST 2005
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
More information about the llvm-commits
mailing list