hello, On Fri, 25 May 2012, Thorsten Glaser wrote:
> armhf is being one of them, when using klibc to compile mksh-static > with it. klibc compiles according to arch overview. I don't know if klibc-utils provided binaries do work on armhf? (there is a bug report for tegra, but that maybe very specific) > I can look into it (asked zumbi for build-deps in a sid chroot on > harris already), but not 100% sure I’ll find it, so more eyes on > klibc would not be unwelcome ;-) > > maks, does klibc on armel build thumb or not, and does it differ > from armhf in more than optimisation flags? (Does klcc use the > same flags as klibc itself was built with?) ifeq ($(DEB_HOST_ARCH),armel) DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y endif ifeq ($(DEB_HOST_ARCH),armhf) DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y CPU_ARCH=armv7-a CPU_TUNE=cortex-a8 endif not sure that klibc picks those up? thank you. -- maks -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

