[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 4 12:39:12 PDT 2005
Changes in directory llvm-test/MultiSource/Applications:
Makefile updated: 1.19 -> 1.20
---
Log message:
hexxagon works fine on Darwin with the last round of CFE changes
---
Diffs of the changes: (+0 -5)
Makefile | 5 -----
1 files changed, 5 deletions(-)
Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.19 llvm-test/MultiSource/Applications/Makefile:1.20
--- llvm-test/MultiSource/Applications/Makefile:1.19 Fri May 20 10:50:13 2005
+++ llvm-test/MultiSource/Applications/Makefile Thu Aug 4 14:39:01 2005
@@ -6,11 +6,6 @@
PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS
-# All platforms except Darwin should be able to handle hexxagon
-ifneq ($(OS),Darwin)
-PARALLEL_DIRS += hexxagon
-endif
-
# Obsequi uses Linux-only features; need to fix that
ifeq ($(OS),Linux)
PARALLEL_DIRS += obsequi
More information about the llvm-commits
mailing list