Change 11477 by jhi@alpha on 2001/07/29 16:50:35

        Subject: [PATCH] Darwin: -fpic not so good
        From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <[EMAIL PROTECTED]>
        Date: Fri, 27 Jul 2001 18:57:38 -0700
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/Configure#340 edit

Differences ...

==== //depot/perl/Configure#340 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~  Sun Jul 29 11:00:06 2001
+++ perl/Configure      Sun Jul 29 11:00:06 2001
@@ -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 [EMAIL PROTECTED])
 
 cat >c1$$ <<EOF
@@ -6996,6 +6996,7 @@
                    esac
                        ;;
                *)  case "$osname" in
+                       darwin) dflt='none' ;;
                        svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
                        *)      dflt='-fpic' ;;
                    esac ;;
End of Patch.

Reply via email to