From: aduskett at gmail.com <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v8 2/3] package/openjdk: package/openjdk: Add AArch64 support
Date: Fri, 15 Mar 2019 16:52:32 -0400 [thread overview]
Message-ID: <20190315205233.128763-2-aduskett@gmail.com> (raw)
In-Reply-To: <20190315205233.128763-1-aduskett@gmail.com>
From: Adam Duskett <Aduskett@gmail.com>
OpenJDK has CPU ports for the AArch64 and ARM architectures.
Add support for AArch64 as the first.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
Changes v1 -> v8:
- None
package/openjdk/openjdk.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/openjdk/openjdk.mk b/package/openjdk/openjdk.mk
index 23fbbf5ea2..4934d66c3f 100644
--- a/package/openjdk/openjdk.mk
+++ b/package/openjdk/openjdk.mk
@@ -86,6 +86,11 @@ OPENJDK_CONF_OPTS = \
--with-version-string="$(OPENJDK_VERSION_MAJOR)" \
--with-zlib=bundled
+# If building for AArch64, use the provided CPU port.
+ifeq ($(BR2_aarch64),y)
+OPENJDK_CONF_OPTS += --with-cpu-port=aarch64 --with-abi-profile=aarch64
+endif
+
ifeq ($(BR2_CCACHE),y)
OPENJDK_CONF_OPTS += \
--enable-ccache \
--
2.20.1
next prev parent reply other threads:[~2019-03-15 20:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-15 20:52 [Buildroot] [PATCH v8 1/3] openjdk: new package aduskett at gmail.com
2019-03-15 20:52 ` aduskett at gmail.com [this message]
2019-03-15 21:01 ` [Buildroot] [PATCH v8 2/3] package/openjdk: package/openjdk: Add AArch64 support Thomas Petazzoni
2019-03-16 17:13 ` Adam Duskett
2019-03-17 13:08 ` Thomas Petazzoni
2019-03-15 20:52 ` [Buildroot] [PATCH v8 3/3] openjdk-hello-world: new test aduskett at gmail.com
2019-03-17 13:10 ` Thomas Petazzoni
2019-03-17 13:08 ` [Buildroot] [PATCH v8 1/3] openjdk: new package Thomas Petazzoni
2019-03-19 21:51 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190315205233.128763-2-aduskett@gmail.com \
--to=aduskett@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.