From: Andrew Lenharth Date: Fri, 22 Jul 2005 22:00:24 +0000 (+0000) Subject: I know PowerPC wishes it could be alpha, but it cannot. so there X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=22894e980f3d65af605dfeb870442536eb16db8c;p=oota-llvm.git I know PowerPC wishes it could be alpha, but it cannot. so there git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22504 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index f6e3467e787..b32cf803e7f 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -609,7 +609,7 @@ ifeq ($(ARCH), Alpha) ENABLE_ALPHA_JIT = 1 endif -# What the PowerPC JIT requires +# What the Alpha JIT requires ifdef ENABLE_ALPHA_JIT JIT_LIBS += LLVMAlpha LLVMSelectionDAG endif