Thorsten Glaser
2012-Sep-29 19:47 UTC
[klibc] [PATCH for Debian packaging] armhf builds are always thumb
This one's for maks' git, not for hpa's. Tell klibc what the compiler defaults already require: armhf is thumb. Signed-off-by: Thorsten Glaser <tg at mirbsd.org> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1fb4c44..ec55d7d 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ 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 +DEB_MAKE_ENVVARS := ARCH=arm CONFIG_AEABI=y CPU_ARCH=armv7-a CPU_TUNE=cortex-a8 CONFIG_KLIBC_THUMB=y endif ifeq ($(DEB_HOST_ARCH),ia64) DEB_MAKE_ENVVARS := ARCH=ia64 -- 1.7.10.4
Seemingly Similar Threads
- [klibc:master] arm: unbreak armhf shared binaries ( those with thumb)
- klibc issues on armhf (not Debian/armel)
- [klibc 22/43] arm support for klibc
- Bug#749060: klibc: ppc64el needs static binaries as well
- [klibc:master] README.klibc: Document most of the build options