comparison auto/os/solaris @ 433:9a97dcdd2421

nginx-0.0.11-2004-09-21-19:47:05 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Sep 2004 15:47:05 +0000
parents bd39260a1383
children 42d11f017717
comparison
equal deleted inserted replaced
432:11362a3e3911 433:9a97dcdd2421
18 PIPE="-pipe" 18 PIPE="-pipe"
19 ;; 19 ;;
20 20
21 *) 21 *)
22 # Solaris 7's /usr/ccs/bin/as does not support "-pipe" 22 # Solaris 7's /usr/ccs/bin/as does not support "-pipe"
23 ;;
24
25 esac
26
27
28 case $PLATFORM in
29
30 *:sun4u)
31 CFLAGS="$CFLAGS -mcpu=v9"
32 ;;
33
34 *)
23 ;; 35 ;;
24 36
25 esac 37 esac
26 38
27 39