From 65d6f1bde6eca73ea36d49cec3d3b1ebc064b078 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 May 2021 19:38:28 +0200 Subject: added java9-openjdk to build-support (for bootstrapping java on i486) --- .../java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 build-support/java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch (limited to 'build-support/java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch') diff --git a/build-support/java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch b/build-support/java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch new file mode 100644 index 00000000..b8440634 --- /dev/null +++ b/build-support/java9-openjdk/jdk9u-jdk-9.0.4+12-make43.patch @@ -0,0 +1,24 @@ +diff -rauN jdk9u-jdk-9.0.4+12/make/common/MakeBase.gmk jdk9u-jdk-9.0.4+12-make43-patch/make/common/MakeBase.gmk +--- jdk9u-jdk-9.0.4+12/make/common/MakeBase.gmk 2017-12-20 00:25:20.000000000 +0100 ++++ jdk9u-jdk-9.0.4+12-make43-patch/make/common/MakeBase.gmk 2021-05-16 08:48:07.503289305 +0200 +@@ -897,15 +897,16 @@ + # Param 2 - (optional) name of file to store value in + DependOnVariableHelper = \ + $(strip \ +- $(eval -include $(call DependOnVariableFileName, $1, $2)) \ ++ $(eval $1_filename := $(call DependOnVariableFileName, $1, $2)) \ ++ $(if $(wildcard $($1_filename)), $(eval include $($1_filename))) \ + $(if $(call equals, $(strip $($1)), $(strip $($1_old))),,\ +- $(call MakeDir, $(dir $(call DependOnVariableFileName, $1, $2))) \ ++ $(call MakeDir, $(dir $($1_filename))) \ + $(if $(findstring $(LOG_LEVEL), trace), \ + $(info NewVariable $1: >$(strip $($1))<) \ + $(info OldVariable $1: >$(strip $($1_old))<)) \ + $(call WriteFile, $1_old:=$(call DoubleDollar,$(call EscapeHash,$($1))), \ +- $(call DependOnVariableFileName, $1, $2))) \ +- $(call DependOnVariableFileName, $1, $2) \ ++ $($1_filename))) \ ++ $($1_filename) \ + ) + + # Main macro -- cgit v1.2.3-70-g09d2