summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-07-22 22:43:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-07-22 22:43:40 +0000
commitab25eda801bf4a344e96c66861893c8310d128c4 (patch)
tree5336aac461ecc9a47e9e78dc745d127da571d0cb /Makefile.rules
parent6b137d818a777aa9df3c7917064a7111e7e58a38 (diff)
downloadllvm-ab25eda801bf4a344e96c66861893c8310d128c4.tar.gz
llvm-ab25eda801bf4a344e96c66861893c8310d128c4.tar.bz2
llvm-ab25eda801bf4a344e96c66861893c8310d128c4.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
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