From: Brandon Casey Date: Fri, 10 Jul 2009 17:10:46 +0000 (-0500) Subject: Makefile: add section for SGI IRIX 6.5 X-Git-Tag: v1.6.4-rc1~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1fdffc1bd8865fc07107d021d2fce7cd707b9b84;p=git.git Makefile: add section for SGI IRIX 6.5 Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 6d1a38fde..ec2463225 100644 --- a/Makefile +++ b/Makefile @@ -830,6 +830,19 @@ ifeq ($(uname_S),GNU) NO_STRLCPY=YesPlease NO_MKSTEMPS = YesPlease endif +ifeq ($(uname_S),IRIX) + NO_SETENV = YesPlease + NO_UNSETENV = YesPlease + NO_STRCASESTR = YesPlease + NO_MEMMEM = YesPlease + NO_MKSTEMPS = YesPlease + NO_MKDTEMP = YesPlease + NO_MMAP = YesPlease + NO_EXTERNAL_GREP = UnfortunatelyYes + SNPRINTF_RETURNS_BOGUS = YesPlease + SHELL_PATH = /usr/gnu/bin/bash + NEEDS_LIBGEN = YesPlease +endif ifeq ($(uname_S),IRIX64) NO_IPV6=YesPlease NO_SETENV=YesPlease