< prev index next >

make/common/NativeCompilation.gmk

Print this page
@  rev 2564 : imported patch alpinefixes-paxctl
|

*** 1019,1028 **** --- 1019,1032 ---- ifneq (,$(CODESIGN)) ifneq (,$$($1_CODESIGN)) $(CODESIGN) -s openjdk_codesign $$@ endif endif + ifneq (,$(PAXCTL)) + $$(info $(PAXCTL) -cm $$@) + $(PAXCTL) -cm $$@ + endif $$($1_CREATE_DEBUGINFO_CMDS) $$($1_STRIP_CMD) endif endef
< prev index next >