Darwin: -fpic not so good
Wilfredo Sánchez [Fri, 27 Jul 2001 18:57:38 +0000 (11:57 -0700)]
Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11477

Configure

index 95ae1d7..7dc8022 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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 ;;