diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-24 00:44:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-24 00:44:26 +0000 |
commit | 4fcfc12daba974047f7c352c30d0d5c4f67e87a6 (patch) | |
tree | 89599674af8b9c7b8b6e344a8f152b70e2930cbc | |
parent | d6840ac046715061d42e4dd5375cd9ed6dd3dca4 (diff) |
Don't try to buidl jello
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5135 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile index 095395b5e3..10aff58ac6 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 |