Skip to content

Commit

Permalink
Merge pull request #18709 from jjohnst-us/master
Browse files Browse the repository at this point in the history
Need to define OMRZTPF guard macro to openJ9 UMA build for z/TPF
  • Loading branch information
pshipton authored Jan 8, 2024
2 parents a9b050b + 21427df commit 2b03cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/makelib/targets.mk.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ TPF_INCLUDES += $(foreach d,$(TPF_ROOT),-isystem $d/opensource/include)
TPF_INCLUDES += $(foreach d,$(TPF_ROOT),-isystem $d/noship/include)
TPF_INCLUDES += $(foreach d,$(TPF_ROOT),-isystem $d)

TPF_FLAGS := -D_GNU_SOURCE -DIBM_ATOE -D_TPF_SOURCE -DZTPF_POSIX_SOCKET -DJ9ZTPF
TPF_FLAGS := -D_GNU_SOURCE -DIBM_ATOE -D_TPF_SOURCE -DZTPF_POSIX_SOCKET -DJ9ZTPF -DOMRZTPF
TPF_FLAGS += -fexec-charset=ISO-8859-1 -fmessage-length=0 -funsigned-char -fverbose-asm -fno-builtin-abort -fno-builtin-exit -fno-builtin-sprintf -ffloat-store -gdwarf-2 -Wno-format-extra-args -Wno-int-to-pointer-cast -Wno-unknown-pragmas -Wno-unused-but-set-variable -Wno-write-strings
TPF_FLAGS += -Wno-unused
TPF_FLAGS += -fno-delete-null-pointer-checks -fno-tree-dse -fno-lifetime-dse -fno-optimize-strlen
Expand Down

0 comments on commit 2b03cd1

Please sign in to comment.