diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-10-22 09:13:53 +0200 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2020-10-22 13:16:55 +0200 |
commit | e57d6316628670f6b037101bdff8f2e0da7f1605 (patch) | |
tree | c24f804348450561c7d42f5081a6ce4ab177043d /recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch | |
parent | c8892a953a64f354575e66a68742c1b2a138f3a7 (diff) | |
download | meta-java-e57d6316628670f6b037101bdff8f2e0da7f1605.tar.gz |
openjdk-8: update to latest ga version 272
For aarch32 we need to fall back to b09 as there is no ga tag available
yet.
Patch related changes:
* 0011, 0012 & 0013 were changed to valid git patches
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Cherry-picked-from: 03537feee539526ec9bb0cf4f55dd4eef6badc71
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch')
-rw-r--r-- | recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch b/recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch index f1de194..88d2192 100644 --- a/recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch +++ b/recipes-core/openjdk/patches-openjdk-8/0011-autoconf-fix-CC-with-arguments-detection.patch | |||
@@ -1,5 +1,20 @@ | |||
1 | From e878eea93b95d82d3ea13f4122f4f74cd2f8f3df Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Leitner <richard.leitner@skidata.com> | ||
3 | Date: Thu, 22 Oct 2020 09:23:06 +0200 | ||
4 | Subject: [PATCH 11/13] autoconf: fix CC with arguments detection | ||
5 | |||
6 | Fix the compiler binary detection for exported CC variables with | ||
7 | arguments in them. | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | |||
11 | Signed-off-by: Richard Leitner <richard.leitner@skidata.com> | ||
12 | --- | ||
13 | common/autoconf/toolchain.m4 | 23 +++++++++++++++-------- | ||
14 | 1 file changed, 15 insertions(+), 8 deletions(-) | ||
15 | |||
1 | diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4 | 16 | diff --git a/common/autoconf/toolchain.m4 b/common/autoconf/toolchain.m4 |
2 | index e3a82c8..705e3e7 100644 | 17 | index c0a4af5..28da6ea 100644 |
3 | --- a/common/autoconf/toolchain.m4 | 18 | --- a/common/autoconf/toolchain.m4 |
4 | +++ b/common/autoconf/toolchain.m4 | 19 | +++ b/common/autoconf/toolchain.m4 |
5 | @@ -478,23 +478,30 @@ AC_DEFUN([TOOLCHAIN_FIND_COMPILER], | 20 | @@ -478,23 +478,30 @@ AC_DEFUN([TOOLCHAIN_FIND_COMPILER], |
@@ -41,3 +56,6 @@ index e3a82c8..705e3e7 100644 | |||
41 | else | 56 | else |
42 | # No user supplied value. Locate compiler ourselves. | 57 | # No user supplied value. Locate compiler ourselves. |
43 | 58 | ||
59 | -- | ||
60 | 2.26.2 | ||
61 | |||