From: Misha Brukman Date: Fri, 22 Jul 2005 22:43:40 +0000 (+0000) Subject: No, really, it's an Alpha! And you probably thought it was a PowerPC. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ab25eda801bf4a344e96c66861893c8310d128c4;p=oota-llvm.git No, really, it's an Alpha! And you probably thought it was a PowerPC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index b32cf803e7f..a0897a5ec8a 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -604,7 +604,7 @@ endif # You can enable the Alpha JIT on a non-Alpha host by setting the flag # ENABLE_ALPHA_JIT on the make command line. If not, it will still be -# enabled automagically on an PowerPC host. +# enabled automagically on an Alpha host. ifeq ($(ARCH), Alpha) ENABLE_ALPHA_JIT = 1 endif