Browse Source

- Simplify default flags for Sun C compiler.

experimental/5.3-FPM
Sriram Natarajan 17 years ago
parent
commit
c35177b6a4
  1. 2
      acinclude.m4

2
acinclude.m4

@ -2780,7 +2780,7 @@ AC_DEFUN([PHP_DETECT_SUNCC],[
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])
)

Loading…
Cancel
Save