From ce7c77250a310caf4706a39618d9fb52dd06e0af Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sat, 18 Jul 2020 04:01:32 +0200 Subject: Add a LibreOfficeWinArm64.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is just tested with a cross-build including Java: --with-distro-config=LibreOfficeWinArm64 \ --with-build-platform-configure-options="\ --with-jdk-home=C:/PROGRA~1/Java/JDK-14~1.1" \ --with-jdk-home=/cygdrive/c/lode/jdk-16-ea+25-windows-aarch64 Change-Id: I762049d34e6a00fec0960395f94d6537047f6061 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103643 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- distro-configs/LibreOfficeWinArm64.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 distro-configs/LibreOfficeWinArm64.conf (limited to 'distro-configs/LibreOfficeWinArm64.conf') diff --git a/distro-configs/LibreOfficeWinArm64.conf b/distro-configs/LibreOfficeWinArm64.conf new file mode 100644 index 000000000000..6aface896786 --- /dev/null +++ b/distro-configs/LibreOfficeWinArm64.conf @@ -0,0 +1,13 @@ +--host=aarch64-pc-cygwin +--without-junit +--without-helppack-integration +--enable-extension-integration +--enable-scripting-beanshell +--enable-scripting-javascript +--enable-ext-wiki-publisher +--enable-ext-nlpsolver +--enable-online-update +--with-help=html +--with-myspell-dicts +--with-package-format=msi +--enable-mergelibs -- cgit