Only build jello when compiling on X86
[oota-llvm.git] / tools / Makefile
1 LEVEL := ..
2 PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint
3
4 include $(LEVEL)/Makefile.common
5
6 ifeq ($(ARCH),x86)
7 # Only build jello when we are on X86
8 all     :: jello/.makeall
9 install :: jello/.makeinstall
10 clean   :: jello/.makeclean
11 endif
12
13
14