The hexxagon test does not work on Solaris as it lacks stdint.h.

llvm-svn: 24232
diff --git a/MultiSource/Applications/Makefile b/MultiSource/Applications/Makefile
index dda0ea7..7ebeee1 100755
--- a/MultiSource/Applications/Makefile
+++ b/MultiSource/Applications/Makefile
@@ -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