- ],[
- AS_CASE(["$host"],
- [*mips-sgi-irix6.*],[
- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
- CFLAGS="$squid_cv_cc_option_optimize -OPT:Olimit=0:space=OFF \
- -woff 1009,1014,1110,1116,1183,1185,1188,1204,1230,1233,1355 \
- -Wl,-woff,85,-woff,84,-woff,134 \
- -nostdinc -I/usr/include -D_BSD_SIGNALS $CFLAGS"
- CXXFLAGS="$squid_cv_cc_option_optimize -OPT:Olimit=0:space=OFF \
- -woff 1009,1014,1110,1116,1183,1185,1188,1204,1230,1233,1355 \
- -Wl,-woff,85,-woff,84,-woff,134 \
- -nostdinc -I/usr/include -D_BSD_SIGNALS $CXXFLAGS"
- ])