In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/bd6795291f574ca771359916e562026633921c57?hp=53d1d41c81e1de9cc6416dcae828c13d4c5a470a>

- Log -----------------------------------------------------------------
commit bd6795291f574ca771359916e562026633921c57
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Oct 16 18:38:11 2015 -0400

    Add the OS X processor support.
-----------------------------------------------------------------------

Summary of changes:
 hints/darwin.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/hints/darwin.sh b/hints/darwin.sh
index 956e80f..fa55b44 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -208,6 +208,13 @@ esac
 # Yosemite        10.10.x 14.x.y  6 (llvm clang 6.0)
 # El Capitan      10.11.x 15.x.y  7 (llvm clang 7.0)
 
+# Processors Supported
+#
+# PowerPC (PPC):       10.0.x - 10.5.8 (final 10.5.x)
+# PowerPC via Rosetta: 10.4.4 - 10.6.8 (final 10.6.x)
+# IA-32:               10.4.4 - 10.6.8 (though still supported on x86-64)
+# x86-64:              10.4.7 - current
+
 # MACOSX_DEPLOYMENT_TARGET selects the minimum OS level we want to support
 #
 # It is needed for OS releases before 10.6.

--
Perl5 Master Repository

Reply via email to