aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-11-07 20:48:54 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-11-07 20:48:54 +0000
commitf249ab0ac0d5961922fee994fdd46929a7c1fa6b (patch)
tree7a6b93f259f8384e2bd1d15115409d93cff19738
parentb5a70f382ba2d0dbb1a137da26ec58cecb9c8678 (diff)
The hexxagon test does not work on Solaris as it lacks stdint.h.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_16@24232 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xMultiSource/Applications/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/MultiSource/Applications/Makefile b/MultiSource/Applications/Makefile
index dda0ea7b..7ebeee14 100755
--- a/MultiSource/Applications/Makefile
+++ b/MultiSource/Applications/Makefile
@@ -18,6 +18,7 @@ endif
ifeq ($(OS),SunOS)
PARALLEL_DIRS := $(filter-out SPASS, $(PARALLEL_DIRS))
+PARALLEL_DIRS := $(filter-out hexxagon, $(PARALLEL_DIRS))
endif
include $(LEVEL)/Makefile.programs