From df38dae9492ca539387fb7e944ab7a5dbc5f6f1e Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 28 Jul 2003 19:06:50 +0000 Subject: [PATCH] Fix reference to architecture. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7361 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/JIT/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile index 95b89ae63ed..235240fa0a8 100644 --- a/lib/ExecutionEngine/JIT/Makefile +++ b/lib/ExecutionEngine/JIT/Makefile @@ -15,7 +15,7 @@ ifdef ENABLE_X86_JIT CPPFLAGS += -DENABLE_X86_JIT endif -# Enable the X86 JIT if compiling on X86 +# Enable the Sparc JIT if compiling on Sparc ifeq ($(ARCH), Sparc) ENABLE_SPARC_JIT = 1 endif -- 2.34.1