From ab25eda801bf4a344e96c66861893c8310d128c4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 22 Jul 2005 22:43:40 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index b32cf803e7..a0897a5ec8 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 -- cgit v1.2.3