mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
build: support z/OS (OS/390).
Introduced z/OS (OS/390) as a platform in config.mak.uname Signed-off-by: Haritha D <harithamma.d@ibm.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
43072b4ca1
commit
d254e65092
@@ -638,6 +638,18 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
|
|||||||
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
|
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
|
||||||
SHELL_PATH = /usr/coreutils/bin/bash
|
SHELL_PATH = /usr/coreutils/bin/bash
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(uname_S),OS/390)
|
||||||
|
NO_SYS_POLL_H = YesPlease
|
||||||
|
NO_STRCASESTR = YesPlease
|
||||||
|
NO_REGEX = YesPlease
|
||||||
|
NO_MMAP = YesPlease
|
||||||
|
NO_NSEC = YesPlease
|
||||||
|
NO_STRLCPY = YesPlease
|
||||||
|
NO_MEMMEM = YesPlease
|
||||||
|
NO_GECOS_IN_PWENT = YesPlease
|
||||||
|
HAVE_STRINGS_H = YesPlease
|
||||||
|
NEEDS_MODE_TRANSLATION = YesPlease
|
||||||
|
endif
|
||||||
ifeq ($(uname_S),MINGW)
|
ifeq ($(uname_S),MINGW)
|
||||||
ifeq ($(shell expr "$(uname_R)" : '1\.'),2)
|
ifeq ($(shell expr "$(uname_R)" : '1\.'),2)
|
||||||
$(error "Building with MSys is no longer supported")
|
$(error "Building with MSys is no longer supported")
|
||||||
|
|||||||
Reference in New Issue
Block a user