Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Support Irix
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Fri, 17 Feb 2006 14:23:41 +0000
(15:23 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 18 Feb 2006 00:32:43 +0000
(16:32 -0800)
Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5b5d4d9
)
diff --git
a/Makefile
b/Makefile
index 697a6ddf6015ef935ec138edb35d728b80581f36..1d3a0a47aa614d4b9047f02c5752bb41d0302eea 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-276,6
+276,16
@@
ifeq ($(uname_S),AIX)
NO_STRCASESTR=YesPlease
NEEDS_LIBICONV=YesPlease
endif
+ifeq ($(uname_S),IRIX64)
+ NO_IPV6=YesPlease
+ NO_SETENV=YesPlease
+ NO_STRCASESTR=YesPlease
+ NO_SOCKADDR_STORAGE=YesPlease
+ SHELL_PATH=/usr/gnu/bin/bash
+ ALL_CFLAGS += -DPATH_MAX=1024
+ # for now, build 32-bit version
+ ALL_LDFLAGS += -L/usr/lib32
+endif
ifneq (,$(findstring arm,$(uname_M)))
ARM_SHA1 = YesPlease
endif