No, really, it's an Alpha! And you probably thought it was a PowerPC.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 22 Jul 2005 22:43:40 +0000 (22:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 22 Jul 2005 22:43:40 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22506 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index b32cf803e7faba77b074badbeed45155f0c01992..a0897a5ec8a918c86d5fca7c395c6ce06c32f0ef 100644 (file)
@@ -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