[macruby-changes] [1406] MacRuby/branches/experimental/rakelib/builder.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 9 16:26:12 PDT 2009


Revision: 1406
          http://trac.macosforge.org/projects/ruby/changeset/1406
Author:   lsansonetti at apple.com
Date:     2009-04-09 16:26:11 -0700 (Thu, 09 Apr 2009)
Log Message:
-----------
better ppc warning message (contributed by Rich Morin)

Modified Paths:
--------------
    MacRuby/branches/experimental/rakelib/builder.rb

Modified: MacRuby/branches/experimental/rakelib/builder.rb
===================================================================
--- MacRuby/branches/experimental/rakelib/builder.rb	2009-04-09 21:57:37 UTC (rev 1405)
+++ MacRuby/branches/experimental/rakelib/builder.rb	2009-04-09 23:26:11 UTC (rev 1406)
@@ -50,7 +50,7 @@
 end
 
 if `arch`.include?('ppc')
-  $stderr.puts "Warning: your appear to use a PowerPC machine. MacRuby's PPC support is very basic and may be dropped in a near future. Supported architectures are Intel 32-bit and 64-bit (i386 and x86_64)." 
+  $stderr.puts "You appear to be using a PowerPC machine. MacRuby's primary architectures are Intel 32-bit and 64-bit (i386 and x86_64). Consequently, PowerPC support may be lacking some features."
 end
 
 LLVM_CONFIG = `which llvm-config`.strip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090409/47d2c8ce/attachment.html>


More information about the macruby-changes mailing list