File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -101,21 +101,6 @@ dnl or the contents of libs.
101
101
$php_shtool mkdir -p libs
102
102
rm -f libs/*
103
103
104
- dnl Darwin 9 hack
105
- dnl Because the default debugging format used by Apple's GCC on Mac OS 10.5
106
- dnl causes errors in all current and past versions of Autoconf, we do a little
107
- dnl messing with the CFLAGS here to trick it.
108
- php_did_darwin9_cheat=0
109
- case $host_alias in
110
- *darwin9*)
111
- hasg=`echo $CFLAGS | grep -E '(^-g)|([ [ :space:] ] -g)'`
112
- if test x"$hasg" = "x"; then
113
- php_did_darwin9_cheat=1
114
- CFLAGS="$CFLAGS -gstabs"
115
- fi
116
- ;;
117
- esac
118
-
119
104
dnl Checks for programs.
120
105
dnl -------------------------------------------------------------------------
121
106
@@ -1320,15 +1305,6 @@ SHARED_LIBTOOL='$(LIBTOOL)'
1320
1305
1321
1306
CC=$old_CC
1322
1307
1323
- dnl Finish the Darwin hack
1324
- if test "$php_did_darwin9_cheat" -eq 1; then
1325
- if test "$PHP_DEBUG" = "1"; then
1326
- CFLAGS=`echo "$CFLAGS" | $SED -e 's/-gstabs/-g/g'`
1327
- else
1328
- CFLAGS=`echo "-O2 $CFLAGS" | $SED -e 's/-gstabs//g'`
1329
- fi
1330
- fi
1331
-
1332
1308
PHP_CONFIGURE_PART(Generating files)
1333
1309
1334
1310
CXXFLAGS_CLEAN=$CXXFLAGS
You can’t perform that action at this time.
0 commit comments