Skip to content

Commit 7c74ff5

Browse files
drafnelgitster
authored andcommitted
Makefile: update IRIX64 section
Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1fdffc1 commit 7c74ff5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -844,17 +844,17 @@ ifeq ($(uname_S),IRIX)
844844
NEEDS_LIBGEN = YesPlease
845845
endif
846846
ifeq ($(uname_S),IRIX64)
847-
NO_IPV6=YesPlease
848847
NO_SETENV=YesPlease
848+
NO_UNSETENV = YesPlease
849849
NO_STRCASESTR=YesPlease
850850
NO_MEMMEM = YesPlease
851851
NO_MKSTEMPS = YesPlease
852-
NO_STRLCPY = YesPlease
853-
NO_SOCKADDR_STORAGE=YesPlease
852+
NO_MKDTEMP = YesPlease
853+
NO_MMAP = YesPlease
854+
NO_EXTERNAL_GREP = UnfortunatelyYes
855+
SNPRINTF_RETURNS_BOGUS = YesPlease
854856
SHELL_PATH=/usr/gnu/bin/bash
855-
BASIC_CFLAGS += -DPATH_MAX=1024
856-
# for now, build 32-bit version
857-
BASIC_LDFLAGS += -L/usr/lib32
857+
NEEDS_LIBGEN = YesPlease
858858
endif
859859
ifeq ($(uname_S),HP-UX)
860860
NO_IPV6=YesPlease

0 commit comments

Comments
 (0)