@@ -288,19 +288,6 @@ AS_IF([test "x$PRESET_CFLAGS" = "x"],[
288288 ] ,
289289 [ CFLAGS="$squid_cv_cc_option_wall $CFLAGS"]
290290 )
291- ] ,[
292- AS_CASE ( [ "$host"] ,
293- [ *mips-sgi-irix6.*] ,[
294- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
295- CFLAGS="$squid_cv_cc_option_optimize -OPT:Olimit=0:space=OFF \
296- -woff 1009,1014,1110,1116,1183,1185,1188,1204,1230,1233,1355 \
297- -Wl,-woff,85,-woff,84,-woff,134 \
298- -nostdinc -I/usr/include -D_BSD_SIGNALS $CFLAGS"
299- CXXFLAGS="$squid_cv_cc_option_optimize -OPT:Olimit=0:space=OFF \
300- -woff 1009,1014,1110,1116,1183,1185,1188,1204,1230,1233,1355 \
301- -Wl,-woff,85,-woff,84,-woff,134 \
302- -nostdinc -I/usr/include -D_BSD_SIGNALS $CXXFLAGS"
303- ] )
304291 ] )
305292] )
306293
@@ -2058,14 +2045,6 @@ AS_CASE(["$host"],
20582045 ] )
20592046 ] ,
20602047
2061- [ *-sgi-irix*] ,[
2062- AC_MSG_NOTICE ( [ Removing -lsocket for IRIX...] )
2063- LIBS=`echo $LIBS | sed -e s/-lsocket//`
2064- AC_MSG_NOTICE ( [ Removing -lnsl for IRIX...] )
2065- LIBS=`echo $LIBS | sed -e s/-lnsl//`
2066- ac_cv_lib_nsl_main=no
2067- ] ,
2068-
20692048 [ *-ibm-aix*] ,[
20702049 SQUID_CC_REQUIRE_ARGUMENT([ ac_cv_require_rtti] ,[ -rtti] ,[ [
20712050#include <assert.h>
0 commit comments