patches/Python25-13-cflags.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 14969 f8bffd75f3c5
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14969
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     1
--- Python-2.4.4/configure.in.cflags	2009-01-23 21:18:10.960345928 +1300
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     2
+++ Python-2.4.4/configure.in	2009-01-23 21:20:22.970785393 +1300
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     3
@@ -899,6 +899,8 @@
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     4
 	# environment?
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     5
         Darwin*)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     6
 	    ;;
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     7
+	SunOS*)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     8
+	    ;;
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
     9
         *)
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    10
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
f8bffd75f3c5 2009-01-23 Laszlo (Laca) Peter <[email protected]>
laca
parents:
diff changeset
    11
 	    ;;