diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-01-03 16:32:26 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-01-16 10:42:47 +0100 |
commit | 7eb35c035978bf0530591a57244b6922682a3344 (patch) | |
tree | 87a823fa033743f168d76f8b2d2255d436762bd7 /Cross | |
parent | 061a8e130aae43f2cb15bed6b6ae9e3d5b5c837e (diff) | |
download | perl-7eb35c035978bf0530591a57244b6922682a3344.tar.gz |
Remove the Rhapsody port.
Rhapsody was an Apple OS that later evolved into Darwin and Mac OS X. It was
initially only released to developers, but later became Mac OS X Server, with
releases in 1999 and 2000. It was obsoleted by Mac OS X 10.0, released in
March 2001.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/Makefile-cross-SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 65d7801f17..630774256a 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -53,7 +53,7 @@ true) -compatibility_version 1 -current_version $patchlevel \ -prebind -seg1addr 0x27000000 -install_name \$(shrpdir)/\$@" ;; - rhapsody*|darwin*) + darwin*) shrpldflags="${ldflags} -dynamiclib \ -compatibility_version \ ${api_revision}.${api_version}.${api_subversion} \ |