diff options
| -rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index b32cf803e7f..a0897a5ec8a 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 |

