diff options
author | Wilfredo Sánchez <wsanchez@mit.edu> | 2001-07-27 11:57:38 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-29 16:50:35 +0000 |
commit | b6cc0f4ce638d6a26c44f9c84ba48de88f60ed4e (patch) | |
tree | cfc66f259fe11fce631ba75b3fac1850dc5fc051 /Configure | |
parent | 187122cbaf4bb21705259325ef8e0e420b0241df (diff) | |
download | perl-b6cc0f4ce638d6a26c44f9c84ba48de88f60ed4e.tar.gz |
Darwin: -fpic not so good
Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
p4raw-id: //depot/perl@11477
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Jul 23 21:06:18 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Sun Jul 29 20:50:18 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -6996,6 +6996,7 @@ EOM esac ;; *) case "$osname" in + darwin) dflt='none' ;; svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;; *) dflt='-fpic' ;; esac ;; |