summaryrefslogtreecommitdiff
path: root/lib/Debian
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-09-28 19:10:28 +0000
committerNiels Thykier <niels@thykier.net>2019-09-28 19:10:28 +0000
commit92c016db6b82b36aca270ca2a269859e7a17f2cb (patch)
tree6a11c8ba7ba95a4dd46b2f8f0237123e1d052545 /lib/Debian
parenta44e83f79d0b642c70f997df07ef65b5f4e3f7a3 (diff)
downloaddebhelper-92c016db6b82b36aca270ca2a269859e7a17f2cb.tar.gz
wrong CMAKE_SYSTEM_PROCESSOR for 32bit arms
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'lib/Debian')
-rw-r--r--lib/Debian/Debhelper/Buildsystem/cmake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/Buildsystem/cmake.pm b/lib/Debian/Debhelper/Buildsystem/cmake.pm
index 1d5bd1a9..b1562286 100644
--- a/lib/Debian/Debhelper/Buildsystem/cmake.pm
+++ b/lib/Debian/Debhelper/Buildsystem/cmake.pm
@@ -27,6 +27,7 @@ my %DEB_HOST2CMAKE_SYSTEM = (
);
my %GNU_CPU2SYSTEM_PROCESSOR = (
+ 'arm' => 'armv7l',
'mips64el' => 'mips64',
'powerpc64le' => 'ppc64le',
);