diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-10-16 18:38:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-10-16 18:38:11 -0400 |
commit | bd6795291f574ca771359916e562026633921c57 (patch) | |
tree | 3adbd140218820a95b7eacd8d8a1e1ea068683de /hints | |
parent | 53d1d41c81e1de9cc6416dcae828c13d4c5a470a (diff) | |
download | perl-bd6795291f574ca771359916e562026633921c57.tar.gz |
Add the OS X processor support.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/darwin.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 956e80fdaa..fa55b44bc6 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. |