Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: fixed building with Sun C if CFLAGS set (tick...

Maxim Dounin
September 04, 2013 01:38PM
details: http://hg.nginx.org/nginx/rev/945aa9c7f282
branches:
changeset: 5366:945aa9c7f282
user: Maxim Dounin <mdounin@mdounin.ru>
date: Wed Sep 04 21:17:03 2013 +0400
description:
Configure: fixed building with Sun C if CFLAGS set (ticket #65).

diffstat:

auto/cc/conf | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)

diffs (33 lines):

diff --git a/auto/cc/conf b/auto/cc/conf
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -43,6 +43,29 @@ if test -n "$CFLAGS"; then
ngx_include_opt="-I"
;;

+ sunc)
+
+ case "$NGX_MACHINE" in
+
+ i86pc)
+ NGX_AUX=" src/os/unix/ngx_sunpro_x86.il"
+ ;;
+
+ sun4u | sun4v)
+ NGX_AUX=" src/os/unix/ngx_sunpro_sparc64.il"
+ ;;
+
+ esac
+
+ case $CPU in
+
+ amd64)
+ NGX_AUX=" src/os/unix/ngx_sunpro_amd64.il"
+ ;;
+
+ esac
+ ;;
+
esac

else

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Configure: fixed building with Sun C if CFLAGS set (tick...

Maxim Dounin 536 September 04, 2013 01:38PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 309
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready