summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-21 15:47:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-21 15:47:05 +0000
commit4624ae7d0831f836529acb57a8c3ce6199e67d6e (patch)
tree6e91ac82ffc27438d1db013c45815fea5e759ef7 /auto
parentdd888c4caadfbd94c595e6e39bdb361de82dda9f (diff)
downloadnginx-4624ae7d0831f836529acb57a8c3ce6199e67d6e.tar.gz
nginx-4624ae7d0831f836529acb57a8c3ce6199e67d6e.tar.bz2
nginx-0.0.11-2004-09-21-19:47:05 import
Diffstat (limited to 'auto')
-rw-r--r--auto/os/solaris12
1 files changed, 12 insertions, 0 deletions
diff --git a/auto/os/solaris b/auto/os/solaris
index 65bda26e0..bd6559a9f 100644
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -25,6 +25,18 @@ case $PLATFORM in
esac
+case $PLATFORM in
+
+ *:sun4u)
+ CFLAGS="$CFLAGS -mcpu=v9"
+ ;;
+
+ *)
+ ;;
+
+esac
+
+
if [ $ZLIB_ASM != NO ]; then
echo "$0: error: the --with-zlib-asm=CPU option is not supported"
echo "on that platform"