Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: nginx-0.5.29 не соб ирается под Solaris 10 x86 с SunStudio 11 при 64-х битах
On Fri, Jul 27, 2007 at 08:33:25PM +0400, Alexey Rymonin wrote:
> Hello Igor,
>
> Friday, July 27, 2007, 8:21:06 PM, you wrote:
>
> IS> Пришлите obsj/autoconf.err
Патч.
--
Игорь Сысоев
http://sysoev.ru
Index: auto/cc/sunc
===================================================================
--- auto/cc/sunc (revision 662)
+++ auto/cc/sunc (working copy)
@@ -39,7 +39,7 @@
else
ngx_sparc32="-xarch=v8plus"
ngx_sparc64="-xarch=v9"
- ngx_amd64="-amd64"
+ ngx_amd64="-xarch=amd64"
fi
case "$NGX_MACHINE" in
|