summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 ee8abb26..1d5bd1a9 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 = (
+ 'mips64el' => 'mips64',
'powerpc64le' => 'ppc64le',
);