[OpenWrt-Devel] [BUG] package/devel/valgrind: cannot build for sunxi

Heinrich Schuchardt xypron.glpk at gmx.de
Mon Jul 4 18:27:49 EDT 2016


Sunxi Lamobo R1 is a subarchitecture of arm_v7. So valgrind should build
out of the box.

Unfortunately it is disabled, because host_cpu = arm and not arm_v7.

A messy workaround is to patch configure.ac adding

     arm*)
        AC_MSG_RESULT([ok (${host_cpu})])
        ARCH_MAX="arm"
        ;;

I guess host_cpu should be set to arm_v7 for sunxi and i.mx6 targets.

Best regards

Heinrich Schuchardt
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list