srinatar                                 Tue, 11 Aug 2009 23:45:35 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=287126

Log:
- Simplify default flags for Sun C compiler.

Changed paths:
    U   php/php-src/branches/PHP_5_2/acinclude.m4
    U   php/php-src/branches/PHP_5_3/acinclude.m4
    U   php/php-src/trunk/acinclude.m4

Modified: php/php-src/branches/PHP_5_2/acinclude.m4
===================================================================
--- php/php-src/branches/PHP_5_2/acinclude.m4   2009-08-11 23:05:13 UTC (rev 
287125)
+++ php/php-src/branches/PHP_5_2/acinclude.m4   2009-08-11 23:45:35 UTC (rev 
287126)
@@ -2780,7 +2780,7 @@
     AC_MSG_RESULT([no]),
     SUNCC="yes"
     GCC="no"
-    test -n "$auto_cflags" && CFLAGS="-fsimple=2 -xnorunpath -xO4 
-xalias_level=basic -xipo=1 -xlibmopt -xprefetch_level=1 -xprefetch=auto 
-xstrconst -xtarget=native -zlazyload"
+    test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"
     GCC=""
     AC_MSG_RESULT([yes])
   )

Modified: php/php-src/branches/PHP_5_3/acinclude.m4
===================================================================
--- php/php-src/branches/PHP_5_3/acinclude.m4   2009-08-11 23:05:13 UTC (rev 
287125)
+++ php/php-src/branches/PHP_5_3/acinclude.m4   2009-08-11 23:45:35 UTC (rev 
287126)
@@ -2780,7 +2780,7 @@
     AC_MSG_RESULT([no]),
     SUNCC="yes"
     GCC="no"
-    test -n "$auto_cflags" && CFLAGS="-fsimple=2 -xnorunpath -xO4 
-xalias_level=basic -xipo=1 -xlibmopt -xprefetch_level=1 -xprefetch=auto 
-xstrconst -xtarget=native -zlazyload"
+    test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"
     GCC=""
     AC_MSG_RESULT([yes])
   )

Modified: php/php-src/trunk/acinclude.m4
===================================================================
--- php/php-src/trunk/acinclude.m4      2009-08-11 23:05:13 UTC (rev 287125)
+++ php/php-src/trunk/acinclude.m4      2009-08-11 23:45:35 UTC (rev 287126)
@@ -2780,7 +2780,7 @@
     AC_MSG_RESULT([no]),
     SUNCC="yes"
     GCC="no"
-    test -n "$auto_cflags" && CFLAGS="-fsimple=2 -xnorunpath -xO4 
-xalias_level=basic -xipo=1 -xlibmopt -xprefetch_level=1 -xprefetch=auto 
-xstrconst -xtarget=native -zlazyload"
+    test -n "$auto_cflags" && CFLAGS="-O -xs -xstrconst -zlazyload"
     GCC=""
     AC_MSG_RESULT([yes])
   )

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to