[llvm-commits] CVS: llvm/Makefile.rules

Misha Brukman brukman at cs.uiuc.edu
Fri Jul 22 15:43:51 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.316 -> 1.317
---
Log message:

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


---
Diffs of the changes:  (+1 -1)

 Makefile.rules |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.316 llvm/Makefile.rules:1.317
--- llvm/Makefile.rules:1.316	Fri Jul 22 17:00:24 2005
+++ llvm/Makefile.rules	Fri Jul 22 17:43:40 2005
@@ -604,7 +604,7 @@
 
 # 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






More information about the llvm-commits mailing list