Enable hardening for cross builds

2011-12-19 Thread Marcin Juszkiewicz
Default Debian/Ubuntu cross compiler did not had hardening support enabled but this got changed in gcc-4.6 4.6.2-6 version. Due to this eglibc is no longer cross buildable as -fno-stack-protector -U_FORTIFY_SOURCE are set only for native builds. This change sets those flags for both native

Make libc*-dev multiarch installable

2011-07-03 Thread Marcin Juszkiewicz
Hi This patch makes libc-dev multiarch capable - arch specific headers are installed into /usr/include/TRIPLET/ directory. http://pastebin.com/s504N7fd is raw version in case attached one got wrapped. diff --git a/rules.d/build.mk b/rules.d/build.mk index e0b91be..cc06f15 100644 ---

Re: [PATCH] Provide packaging rules in eglibc-source

2011-03-13 Thread Marcin Juszkiewicz
Dnia 2011-03-11, piÄ… o godzinie 22:29 +0100, Aurelien Jarno pisze: On Fri, Mar 11, 2011 at 06:23:23PM +0100, Marcin Juszkiewicz wrote: diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk index ae5678d..092a892 100644 --- a/debian/rules.d/build.mk +++ b/debian/rules.d/build.mk

[PATCH] Provide packaging rules in eglibc-source

2011-03-11 Thread Marcin Juszkiewicz
Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz mar...@juszkiewicz.com.pl Date: Thu, 3 Feb 2011 15:43:15 +0100 Subject: [PATCH] Provide packaging data in eglibc-source package I am working on package which will bootstrap cross compiler using *-source packages from gcc/eglibc/binutils/linux ones