summaryrefslogtreecommitdiff
path: root/lib/Debian
diff options
context:
space:
mode:
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',
);