Support Irix
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 17 Feb 2006 14:23:41 +0000 (15:23 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Feb 2006 00:32:43 +0000 (16:32 -0800)
Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile

index 697a6dd..1d3a0a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -276,6 +276,16 @@ ifeq ($(uname_S),AIX)
        NO_STRCASESTR=YesPlease
        NEEDS_LIBICONV=YesPlease
 endif
+ifeq ($(uname_S),IRIX64)
+       NO_IPV6=YesPlease
+       NO_SETENV=YesPlease
+       NO_STRCASESTR=YesPlease
+       NO_SOCKADDR_STORAGE=YesPlease
+       SHELL_PATH=/usr/gnu/bin/bash
+       ALL_CFLAGS += -DPATH_MAX=1024
+       # for now, build 32-bit version
+       ALL_LDFLAGS += -L/usr/lib32
+endif
 ifneq (,$(findstring arm,$(uname_M)))
        ARM_SHA1 = YesPlease
 endif