Skip to content

Commit

Permalink
Merge branch 'hd/config-mak-os390'
Browse files Browse the repository at this point in the history
Platform specific tweaks for OS/390 has been added to
config.mak.uname.

* hd/config-mak-os390:
  build: support z/OS (OS/390).
  • Loading branch information
gitster committed Mar 15, 2024
2 parents 1c61dfa + d254e65 commit 84ead08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.mak.uname
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,18 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
SHELL_PATH = /usr/coreutils/bin/bash
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 ($(shell expr "$(uname_R)" : '1\.'),2)
$(error "Building with MSys is no longer supported")
Expand Down

0 comments on commit 84ead08

Please sign in to comment.