components/python/python27/patches/10-cflags.patch
author John Beck <John.Beck@Oracle.COM>
Thu, 21 Jul 2016 12:51:35 -0700
changeset 6445 0edecb568b2e
parent 4698 4e27e549b58d
child 7516 09c933391a1b
permissions -rw-r--r--
23858073 Upgrade Python 2.7 line to 2.7.12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1954
32663e59626d 19004605 update Python 2.7 line to version 2.7.7
John Beck <John.Beck@Oracle.COM>
parents: 1914
diff changeset
     1
This patch is Solaris-specific and thus not suitable for upstream.
32663e59626d 19004605 update Python 2.7 line to version 2.7.7
John Beck <John.Beck@Oracle.COM>
parents: 1914
diff changeset
     2
4698
4e27e549b58d 21162830 update Python 2.7 line to version 2.7.10
John Beck <John.Beck@Oracle.COM>
parents: 3555
diff changeset
     3
--- Python-2.7.10/configure.ac.~2~	2015-05-10 10:17:06 -0800
4e27e549b58d 21162830 update Python 2.7 line to version 2.7.10
John Beck <John.Beck@Oracle.COM>
parents: 3555
diff changeset
     4
+++ Python-2.7.10/configure.ac	2015-05-18 14:42:30 -0800
6445
0edecb568b2e 23858073 Upgrade Python 2.7 line to 2.7.12
John Beck <John.Beck@Oracle.COM>
parents: 4698
diff changeset
     5
@@ -1106,7 +1106,7 @@
634
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
     6
 	;;
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
     7
 
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
     8
     *)
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
     9
-	OPT="-O"
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
    10
+	OPT=""
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
    11
 	;;
bd9c94f9f6e0 6771457 explore compiler performance improvements for python
Shawn Walker <shawn.walker@oracle.com>
parents:
diff changeset
    12
     esac
1914
00e8dbcb9b1e PSARC 2014/183 Python 2.7.6
John Beck <John.Beck@Oracle.COM>
parents: 634
diff changeset
    13
 fi