mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
nginx-0.0.11-2004-09-21-19:47:05 import
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user