diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-10-01 15:53:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-10-01 15:53:53 +0000 |
| commit | 8035fd27919d1f598b0d655a3bf30200220462d3 (patch) | |
| tree | 5881e9883cfb282ec37eb8ab1f903c59ff41ddb0 /auto/os/solaris | |
| parent | 4bed15b9b58f7ea5c1626162944db140b7119488 (diff) | |
| download | nginx-8035fd27919d1f598b0d655a3bf30200220462d3.tar.gz nginx-8035fd27919d1f598b0d655a3bf30200220462d3.tar.bz2 | |
nginx-0.1.0-2004-10-01-19:53:53 import
Diffstat (limited to '')
| -rw-r--r-- | auto/os/solaris | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/os/solaris b/auto/os/solaris index 6a4bd22b8..29497ff5f 100644 --- a/auto/os/solaris +++ b/auto/os/solaris @@ -32,6 +32,14 @@ case $PLATFORM in *:sun4u) CFLAGS="$CFLAGS -mcpu=v9" + + if [ ".$CPU" = ".sparc64" ]; then + CFLAGS="$CFLAGS -m64" + CPU_OPT="-m64" + CORE_LINK="$CORE_LINK -m64" + + CC_TEST_FLAGS="$CC_TEST_FLAGS -mcpu=v9 -m64" + fi ;; *) |
