Source: boost1.42
Severity: wishlist
Tags: patch

Armhf is a new port for now residing in debian-ports.org. It's based on armel
but has higher requirements (ARM armv7-a, vfpv3-d16, thumb2 and hardfloat abi).
Just as armel, it does not offer long double support, so I had to disable build
of long double support.

The attached simple patch works -I hope I have not forgotten anything.

Regards

Konstantinos Margaritis

-- 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 boost1.42-1.42.0/debian/rules boost1.42-1.42.0.armhf//debian/rules
--- boost1.42-1.42.0/debian/rules	2010-07-04 06:29:05.000000000 +0000
+++ boost1.42-1.42.0.armhf//debian/rules	2010-11-18 19:02:41.199769749 +0000
@@ -130,6 +130,8 @@
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), armel)
 BUILD_LONG_DOUBLE = no
+else ifeq ($(DEB_BUILD_ARCH), armhf)
+BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), mips)
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), mipsel)

Reply via email to