Am 25.10.2011 09:13, schrieb Matteo F. Vescovi:
Since I'm not good in that and I really don't know how to split the
configure parameters depending on the arch, could you (or someone else
in the DMM Team) correct it?

Try this (but I don't know if armhf is already recognized by dpkg):

DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)

ifeq ($(DEB_HOST_ARCH_CPU),armhf)
        confflags += --disable-optimize
endif



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to