Skip to content

Commit 1fdffc1

Browse files
drafnelgitster
authored andcommitted
Makefile: add section for SGI IRIX 6.5
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ecc395c commit 1fdffc1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,19 @@ ifeq ($(uname_S),GNU)
830830
NO_STRLCPY=YesPlease
831831
NO_MKSTEMPS = YesPlease
832832
endif
833+
ifeq ($(uname_S),IRIX)
834+
NO_SETENV = YesPlease
835+
NO_UNSETENV = YesPlease
836+
NO_STRCASESTR = YesPlease
837+
NO_MEMMEM = YesPlease
838+
NO_MKSTEMPS = YesPlease
839+
NO_MKDTEMP = YesPlease
840+
NO_MMAP = YesPlease
841+
NO_EXTERNAL_GREP = UnfortunatelyYes
842+
SNPRINTF_RETURNS_BOGUS = YesPlease
843+
SHELL_PATH = /usr/gnu/bin/bash
844+
NEEDS_LIBGEN = YesPlease
845+
endif
833846
ifeq ($(uname_S),IRIX64)
834847
NO_IPV6=YesPlease
835848
NO_SETENV=YesPlease

0 commit comments

Comments
 (0)