patches/Python26-13-cflags.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 14969 f8bffd75f3c5
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca

--- Python-2.4.4/configure.in.cflags	2009-01-23 21:18:10.960345928 +1300
+++ Python-2.4.4/configure.in	2009-01-23 21:20:22.970785393 +1300
@@ -899,6 +899,8 @@
 	# environment?
         Darwin*)
 	    ;;
+	SunOS*)
+	    ;;
         *)
 	    BASECFLAGS="$BASECFLAGS -OPT:Olimit=0"
 	    ;;