From: Brandon Casey Date: Fri, 10 Jul 2009 18:31:19 +0000 (-0500) Subject: Makefile: update IRIX64 section X-Git-Tag: v1.6.4-rc1~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7c74ff50626faca2fd302d83610494dd9106896d;hp=1fdffc1bd8865fc07107d021d2fce7cd707b9b84;p=git.git Makefile: update IRIX64 section Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index ec2463225..bde27ed47 100644 --- a/Makefile +++ b/Makefile @@ -844,17 +844,17 @@ ifeq ($(uname_S),IRIX) NEEDS_LIBGEN = YesPlease endif ifeq ($(uname_S),IRIX64) - NO_IPV6=YesPlease NO_SETENV=YesPlease + NO_UNSETENV = YesPlease NO_STRCASESTR=YesPlease NO_MEMMEM = YesPlease NO_MKSTEMPS = YesPlease - NO_STRLCPY = YesPlease - NO_SOCKADDR_STORAGE=YesPlease + NO_MKDTEMP = YesPlease + NO_MMAP = YesPlease + NO_EXTERNAL_GREP = UnfortunatelyYes + SNPRINTF_RETURNS_BOGUS = YesPlease SHELL_PATH=/usr/gnu/bin/bash - BASIC_CFLAGS += -DPATH_MAX=1024 - # for now, build 32-bit version - BASIC_LDFLAGS += -L/usr/lib32 + NEEDS_LIBGEN = YesPlease endif ifeq ($(uname_S),HP-UX) NO_IPV6=YesPlease