@@ -292,19 +292,6 @@ AS_IF([test "x$PRESET_CFLAGS" = "x"],[
292292 ] ,
293293 [ CFLAGS="$squid_cv_cc_option_wall $CFLAGS"]
294294 )
295- ] ,[
296- AS_CASE ( [ "$host"] ,
297- [ *mips-sgi-irix6.*] ,[
298- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
299- CFLAGS="$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 $CFLAGS"
303- CXXFLAGS="$squid_cv_cc_option_optimize -OPT:Olimit=0:space=OFF \
304- -woff 1009,1014,1110,1116,1183,1185,1188,1204,1230,1233,1355 \
305- -Wl,-woff,85,-woff,84,-woff,134 \
306- -nostdinc -I/usr/include -D_BSD_SIGNALS $CXXFLAGS"
307- ] )
308295 ] )
309296] )
310297
@@ -2067,14 +2054,6 @@ AS_CASE(["$host"],
20672054 ] )
20682055 ] ,
20692056
2070- [ *-sgi-irix*] ,[
2071- AC_MSG_NOTICE ( [ Removing -lsocket for IRIX...] )
2072- LIBS=`echo $LIBS | sed -e s/-lsocket//`
2073- AC_MSG_NOTICE ( [ Removing -lnsl for IRIX...] )
2074- LIBS=`echo $LIBS | sed -e s/-lnsl//`
2075- ac_cv_lib_nsl_main=no
2076- ] ,
2077-
20782057 [ *-ibm-aix*] ,[
20792058 SQUID_CC_REQUIRE_ARGUMENT([ ac_cv_require_rtti] ,[ -rtti] ,[ [
20802059#include <assert.h>
0 commit comments