No, really, it's an Alpha! And you probably thought it was a PowerPC.

llvm-svn: 22506
This commit is contained in:
Misha Brukman 2005-07-22 22:43:40 +00:00
parent 7dec1f3aa6
commit 08c3645d3a
1 changed files with 1 additions and 1 deletions

View 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