Skip to content

Commit 289c4b3

Browse files
dschoJunio C Hamano
authored andcommitted
Support Irix
Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 5b5d4d9 commit 289c4b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,16 @@ ifeq ($(uname_S),AIX)
276276
NO_STRCASESTR=YesPlease
277277
NEEDS_LIBICONV=YesPlease
278278
endif
279+
ifeq ($(uname_S),IRIX64)
280+
NO_IPV6=YesPlease
281+
NO_SETENV=YesPlease
282+
NO_STRCASESTR=YesPlease
283+
NO_SOCKADDR_STORAGE=YesPlease
284+
SHELL_PATH=/usr/gnu/bin/bash
285+
ALL_CFLAGS += -DPATH_MAX=1024
286+
# for now, build 32-bit version
287+
ALL_LDFLAGS += -L/usr/lib32
288+
endif
279289
ifneq (,$(findstring arm,$(uname_M)))
280290
ARM_SHA1 = YesPlease
281291
endif

0 commit comments

Comments
 (0)