]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
authorBrandon Casey <drafnel@gmail.com>
Thu, 8 Oct 2009 23:07:41 +0000 (18:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Oct 2009 05:54:09 +0000 (22:54 -0700)
commit817350d3af9e1227c737e47ff79f65f0373b31d6
treeade6b623f0edc1577c5aa2b656a22b8a801161f9
parent8fd2cfa7accd6b8f877014bf3e4bf8547b8e0d2a
Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64

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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile