X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=config;h=429574b11e4606333b17a15d1b7b1de78a595ef7;hp=7b6cff6e784f59b35436d44f661ff2b6b089c3d2;hb=f640ee90c39c5496fc2ec212b869c7cc221bc76e;hpb=f9b3bff6f7e38960bb87a5623fbcbc45ee952c49 diff --git a/config b/config index 7b6cff6e78..429574b11e 100755 --- a/config +++ b/config @@ -203,6 +203,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "ppc-apple-rhapsody"; exit 0 ;; + Darwin:*) + echo "ppc-apple-darwin"; exit 0 + ;; + SunOS:5.*) echo "${MACHINE}-whatever-solaris2"; exit 0 ;; @@ -433,6 +437,7 @@ EOF m68k-*-linux*) OUT="linux-m68k" ;; ia64-*-linux?) OUT="linux-ia64" ;; ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;; + ppc-apple-darwin) OUT="darwin-ppc-cc" ;; sparc64-*-linux2) #Before we can uncomment following lines we have to wait at least #till 64-bit glibc for SPARC is operational:-(