From 22894e980f3d65af605dfeb870442536eb16db8c Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 22 Jul 2005 22:00:24 +0000 Subject: [PATCH] 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1