* [PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
@ 2009-10-08 23:07 Brandon Casey
2009-10-09 6:52 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Brandon Casey @ 2009-10-08 23:07 UTC (permalink / raw)
To: gitster; +Cc: git, Brandon Casey
From: Brandon Casey <drafnel@gmail.com>
Since commit dcda3614 removed the use of a variable length array from
builtin-pack-objects.c, it is now safe to compile with the threaded delta
search feature enabled. Formerly, the MIPSpro 7.4.4m compiler warned that
variable length arrays should not be used with pthreads.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
---
Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index dd3d520..c956ce9 100644
--- a/Makefile
+++ b/Makefile
@@ -846,6 +846,7 @@ ifeq ($(uname_S),IRIX)
SNPRINTF_RETURNS_BOGUS = YesPlease
SHELL_PATH = /usr/gnu/bin/bash
NEEDS_LIBGEN = YesPlease
+ THREADED_DELTA_SEARCH = YesPlease
endif
ifeq ($(uname_S),IRIX64)
NO_SETENV=YesPlease
@@ -859,6 +860,7 @@ ifeq ($(uname_S),IRIX64)
SNPRINTF_RETURNS_BOGUS = YesPlease
SHELL_PATH=/usr/gnu/bin/bash
NEEDS_LIBGEN = YesPlease
+ THREADED_DELTA_SEARCH = YesPlease
endif
ifeq ($(uname_S),HP-UX)
NO_IPV6=YesPlease
--
1.6.5.rc2.17.gdbc1b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
2009-10-08 23:07 [PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64 Brandon Casey
@ 2009-10-09 6:52 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-10-09 6:52 UTC (permalink / raw)
To: Brandon Casey; +Cc: git, Brandon Casey
Thanks; both IRIX patches applied, as it did not look wrong and I do not
have an environment to test myself.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-09 6:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 23:07 [PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64 Brandon Casey
2009-10-09 6:52 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).