comparison auto/cc/conf @ 5366:945aa9c7f282

Configure: fixed building with Sun C if CFLAGS set (ticket #65).
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 04 Sep 2013 21:17:03 +0400
parents 182aee3b1bf5
children 85dea406e18f
comparison
equal deleted inserted replaced
5365:6c35a1f428f2 5366:945aa9c7f282
39 39
40 ccc) 40 ccc)
41 # Compaq C V6.5-207 41 # Compaq C V6.5-207
42 42
43 ngx_include_opt="-I" 43 ngx_include_opt="-I"
44 ;;
45
46 sunc)
47
48 case "$NGX_MACHINE" in
49
50 i86pc)
51 NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
52 ;;
53
54 sun4u | sun4v)
55 NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il"
56 ;;
57
58 esac
59
60 case $CPU in
61
62 amd64)
63 NGX_AUX=" src/os/unix/ngx_sunpro_amd64.il"
64 ;;
65
66 esac
44 ;; 67 ;;
45 68
46 esac 69 esac
47 70
48 else 71 else