Don't try to buidl jello
[oota-llvm.git] / tools / Makefile
index 9f1051c1c8c23265484214552ad11e8e403836ce..10aff58ac66f336e9662a524b4f31f5a296a025f 100644 (file)
@@ -1,5 +1,14 @@
-LEVEL = ..
-PARALLEL_DIRS = as dis opt gccas llc link lli gccld analyze extract jello
+LEVEL := ..
+PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
 
 include $(LEVEL)/Makefile.common
 
+#ifeq ($(ARCH),x86)
+# Only build jello when we are on X86
+#all     :: jello/.makeall
+#install :: jello/.makeinstall
+#clean   :: jello/.makeclean
+#endif
+
+
+