Skip to content

Commit 84ead08

Browse files
committed
Merge branch 'hd/config-mak-os390'
Platform specific tweaks for OS/390 has been added to config.mak.uname. * hd/config-mak-os390: build: support z/OS (OS/390).
2 parents 1c61dfa + d254e65 commit 84ead08

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.mak.uname

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,18 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
638638
SANE_TOOL_PATH = /usr/coreutils/bin:/usr/local/bin
639639
SHELL_PATH = /usr/coreutils/bin/bash
640640
endif
641+
ifeq ($(uname_S),OS/390)
642+
NO_SYS_POLL_H = YesPlease
643+
NO_STRCASESTR = YesPlease
644+
NO_REGEX = YesPlease
645+
NO_MMAP = YesPlease
646+
NO_NSEC = YesPlease
647+
NO_STRLCPY = YesPlease
648+
NO_MEMMEM = YesPlease
649+
NO_GECOS_IN_PWENT = YesPlease
650+
HAVE_STRINGS_H = YesPlease
651+
NEEDS_MODE_TRANSLATION = YesPlease
652+
endif
641653
ifeq ($(uname_S),MINGW)
642654
ifeq ($(shell expr "$(uname_R)" : '1\.'),2)
643655
$(error "Building with MSys is no longer supported")

0 commit comments

Comments
 (0)