Package: qtbase-opensource-src
Version: 5.1.1+dfsg-4

mips systems use -mabi=64 instead of -m64 to indicator complier
to act as 64bit.

-- 
YunQiang Su
diff --git a/debian/rules b/debian/rules
index 6d5c8b7..6f72c34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ else
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64))
+  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
 	platform_arg = linux-g++
   else ifeq ($(DEB_HOST_ARCH_BITS),64)
 	platform_arg = linux-g++-64

Reply via email to