Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-10 Thread Myles Watson
On Jan 3, 2008 10:30 AM, ron minnich <[EMAIL PROTECTED]> wrote: > On Jan 3, 2008 9:12 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: > > * ron minnich <[EMAIL PROTECTED]> [080103 17:25]: > > > This patch will enable setting distro variables such as > > > -fno_stack_protector as needed. It is a simp

Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-10 Thread Myles Watson
On Jan 3, 2008 10:30 AM, ron minnich <[EMAIL PROTECTED]> wrote: > On Jan 3, 2008 9:12 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: > > * ron minnich <[EMAIL PROTECTED]> [080103 17:25]: > > > This patch will enable setting distro variables such as > > > -fno_stack_protector as needed. It is a simp

Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-05 Thread Peter Stuge
On Thu, Jan 03, 2008 at 09:30:06AM -0800, ron minnich wrote: > Add the ability to extend CFLAGS as needed for several new distros > Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Acked-by: Peter Stuge <[EMAIL PROTECTED]> > Index: targets/buildtarget > ===

Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-03 Thread Jordan Crouse
On 03/01/08 09:30 -0800, ron minnich wrote: > On Jan 3, 2008 9:12 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: > > * ron minnich <[EMAIL PROTECTED]> [080103 17:25]: > > > This patch will enable setting distro variables such as > > > -fno_stack_protector as needed. It is a simple patch to buildta

Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-03 Thread ron minnich
On Jan 3, 2008 9:12 AM, Stefan Reinauer <[EMAIL PROTECTED]> wrote: > * ron minnich <[EMAIL PROTECTED]> [080103 17:25]: > > This patch will enable setting distro variables such as > > -fno_stack_protector as needed. It is a simple patch to buildtarget > > and can be extended for other uses. > > > >

Re: [LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-03 Thread Stefan Reinauer
* ron minnich <[EMAIL PROTECTED]> [080103 17:25]: > This patch will enable setting distro variables such as > -fno_stack_protector as needed. It is a simple patch to buildtarget > and can be extended for other uses. > > If this patch is acceptable then we can fix the various makefiles to > includ

[LinuxBIOS] Fwd: Possible stack protect solutions (RESEND)

2008-01-03 Thread ron minnich
This patch will enable setting distro variables such as -fno_stack_protector as needed. It is a simple patch to buildtarget and can be extended for other uses. If this patch is acceptable then we can fix the various makefiles to include the variable. The only remaining question is the name -- is