Source: cln
Severity: wishlist
Tags: patch

Hi,

The armhf port has reached a very good state (at 87%) at debian-ports.org,
and I'm now mass-filing bug reports to packages for armhf support.
Most packages just have to add armhf in the architecture field. The complete
list is in http://wiki.debian.org/ArmHardFloatTodo

The package builds fine using the attached patch. We do not target squeeze,
so if you feel like waiting until squeeze is released, there is no rush. But
please consider adding armhf support. :)

Regards

Konstantinos

-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN cln-1.3.1/debian/rules cln-1.3.1.armhf//debian/rules
--- cln-1.3.1/debian/rules	2010-11-24 11:19:06.000000000 +0000
+++ cln-1.3.1.armhf//debian/rules	2010-11-24 09:00:41.369764247 +0000
@@ -17,7 +17,7 @@
 	# * SPARC: With some versions of GCC, there are apparently problems in
 	#   passing return values in %g1.
 	case `dpkg-architecture -qDEB_HOST_ARCH` in \
-	  arm|armel|hppa|sparc) \
+	  arm|armel|armhf|hppa|sparc) \
 	    ${MAKE} CPPFLAGS="-DNO_ASM" CXXFLAGS="-O2";; \
 	  *) \
 	    ${MAKE} CXXFLAGS="-O2";; \

Reply via email to