Package: uc-echo
Version: 1.12-6
Severity: important
Tags: patch

This patch add support with mips64, tested on mips64el device.

Regards,
Sphinx Jiang
diff -Nru uc-echo-1.12/debian/changelog uc-echo-1.12/debian/changelog
--- uc-echo-1.12/debian/changelog       2014-03-27 18:43:30.000000000 +0800
+++ uc-echo-1.12/debian/changelog       2014-06-19 17:18:28.000000000 +0800
@@ -1,3 +1,9 @@
+uc-echo (1.12-6+mips64el) UNRELEASED; urgency=medium
+
+  * Add support with mips abi=n32, n64.
+
+ -- Sphinx Jiang <yishan...@gmail.com>  Thu, 19 Jun 2014 17:16:34 +0800
+
 uc-echo (1.12-6) unstable; urgency=medium

   * Fix Build on hppa (thanks for the patch to Helge Deller <del...@gmx.de>)
diff -Nru uc-echo-1.12/debian/rules uc-echo-1.12/debian/rules
--- uc-echo-1.12/debian/rules   2014-03-27 18:43:22.000000000 +0800
+++ uc-echo-1.12/debian/rules   2014-06-19 17:14:21.000000000 +0800
@@ -8,7 +8,7 @@
 CPATH=/usr/include/$(DEB_HOST_MULTIARCH)
 export LIBRARY_PATH CPATH
 ADDCXXFLAGS = -m64
-ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel hppa kfreebsd-i386 hurd-i386 armel armhf ia64 sh4 powerpcspe m68k))
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),mips mipsel mipsn32 mipsn32el mips64 mips64el hppa kfreebsd-i386 hurd-i386 armel armhf ia64 sh4 powerpcspe m68k))
 ADDCXXFLAGS =
 endif

Reply via email to