diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | rpmrc.in | 3 |
3 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 2.43 - 15 October 2019, by Pascal Terjan + +- make armv7hl chroots on aarch64 work on all armv8 flavours + Version 2.42 - 15 October 2019, by Pascal Terjan - actually make armv7hl chroots on aarch64 work as expected diff --git a/configure.ac b/configure.ac index 1d54ba9..8054fac 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.42, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.43, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR @@ -110,6 +110,9 @@ buildarchtranslate: armv7l: @ARMV7CANONTARGETCPU@ buildarchtranslate: armv7hl: armv7hl buildarchtranslate: armv7hnl: armv7hl buildarchtranslate: armv8l: @ARMV8CANONTARGETCPU@ +buildarchtranslate: armv8hl: armv8l +buildarchtranslate: armv8hnl: armv8l +buildarchtranslate: armv8hcnl: armv8l ############################################################# # Architecture compatibility |