search for: deb_make_envvars

Displaying 3 results from an estimated 3 matches for "deb_make_envvars".

2012 Sep 29
0
[PATCH for Debian packaging] armhf builds are always thumb
...s 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_ENVV...
2012 May 25
1
klibc issues on armhf (not Debian/armel)
Hi, we?re currently seeing trouble with klibc on several architectures, cf. http://www.zytor.com/pipermail/klibc/2012-May/003277.html and armhf is being one of them, when using klibc to compile mksh-static with it. 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
2014 May 23
2
Bug#749060: klibc: ppc64el needs static binaries as well
...robably a wrong syscall API. Thank you. -- maks > Index: klibc-2.0.3/debian/rules > =================================================================== > --- klibc-2.0.3.orig/debian/rules > +++ klibc-2.0.3/debian/rules > @@ -33,7 +33,7 @@ > ifeq ($(DEB_HOST_ARCH),sh4) > DEB_MAKE_ENVVARS := ARCH=sh > endif > -ifeq ($(DEB_HOST_ARCH),ppc64) > +ifneq (,$(findstring $(DEB_HOST_ARCH),ppc64 ppc64el)) > DEB_MAKE_ENVVARS := ARCH=ppc64 > endif >