From bc0cc3204fd919e362e35f18b7df9547f37d30ce Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 17 May 2019 19:41:39 +0000 Subject: cmake.pm: Emit correct CMAKE_SYSTEM_PROCESSOR for mips64el during cross builds Signed-off-by: Niels Thykier --- lib/Debian/Debhelper/Buildsystem/cmake.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Debian/Debhelper/Buildsystem/cmake.pm') 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', ); -- cgit v1.2.3