From: Chris Lattner Date: Tue, 24 Dec 2002 00:44:26 +0000 (+0000) Subject: Don't try to buidl jello X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4fcfc12daba974047f7c352c30d0d5c4f67e87a6;p=oota-llvm.git Don't try to buidl jello git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 095395b5e35..10aff58ac66 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,12 +3,12 @@ PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint include $(LEVEL)/Makefile.common -ifeq ($(ARCH),x86) +#ifeq ($(ARCH),x86) # Only build jello when we are on X86 -all :: jello/.makeall -install :: jello/.makeinstall -clean :: jello/.makeclean -endif +#all :: jello/.makeall +#install :: jello/.makeinstall +#clean :: jello/.makeclean +#endif