commit | 152b695d74376bfe55cd2a6265ccc75b0d39dd19 | [log] [tgz] |
---|---|---|
author | Adam Borowski <kilobyte@angband.pl> | Thu Nov 24 02:27:03 2016 +0100 |
committer | Michal Marek <mmarek@suse.com> | Fri Nov 25 15:39:03 2016 +0100 |
tree | 6645c1606ce21541dc3d90e199c79c7bf0241089 | |
parent | c6a385539175ebc603da53aafb7753d39089f32e [diff] |
builddeb: fix cross-building to arm64 producing host-arch debs Both Debian and kernel archs are "arm64" but UTS_MACHINE and gcc say "aarch64". Recognizing just the latter should be enough but let's accept both in case something regresses again or an user sets UTS_MACHINE=arm64. Regressed in cfa88c7: arm64: Set UTS_MACHINE in the Makefile. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Acked-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Michal Marek <mmarek@suse.com>