Source: libisofs
Severity: important
Tags: patch

Hi,

armhf suffers the same problem as Ubuntu armel, needs build with -O0 to work
around a gcc bug.  LP: #742961.

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 libisofs-1.0.6/debian/rules libisofs-1.0.6.armhf//debian/rules
--- libisofs-1.0.6/debian/rules	2011-04-11 22:59:00.000000000 +0300
+++ libisofs-1.0.6.armhf//debian/rules	2011-04-11 23:00:26.347309859 +0300
@@ -9,7 +9,10 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
# export DPKG_GENSYMBOLS_CHECK_LEVEL=2
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+       CFLAGS=-g -O0
+endif
 
 cleanbuilddir/libisofs-doc::
 	rm -rf doc/html

Reply via email to