Re: [coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-29 Thread Marc Karasek
This was so that we had a place to add flags that had nothing to do with the build, but were dependent on what distribution/tools you were using to build with. The current two items addressed are the -fno-stack-protector and the --build-id=none options. /* Marc Karasek MT

Re: [coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-28 Thread ron minnich
On Jan 28, 2008 11:18 AM, Jordan Crouse <[EMAIL PROTECTED]> wrote: > On 28/01/08 11:14 -0800, ron minnich wrote: > > Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> > > > > I don't know buildrom, but you did not need the DISTRO_CFLAGS? > > Gah! That will teach me to read the other patches. Did we

Re: [coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-28 Thread Jordan Crouse
On 28/01/08 11:14 -0800, ron minnich wrote: > Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> > > I don't know buildrom, but you did not need the DISTRO_CFLAGS? Gah! That will teach me to read the other patches. Did we move to DISTRO_CFLAGS instead of CFLAGS? Jordan -- Jordan Crouse Systems

Re: [coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-28 Thread Marc Jones
Jordan Crouse wrote: > Nearly all the platforms are compiling in buildrom with Ubuntu now, except > for one. This fixes that one. > > Jordan > > Yay! Acked-by: Marc Jones <[EMAIL PROTECTED]> -- Marc Jones Senior Firmware Engineer (970) 226-9684 Office mailto:[EMAIL PROTECTED] http://www.

Re: [coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-28 Thread ron minnich
Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> I don't know buildrom, but you did not need the DISTRO_CFLAGS? -- coreboot mailing list coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] v2: fam10 fix for -fno-stack-protector

2008-01-28 Thread Jordan Crouse
Nearly all the platforms are compiling in buildrom with Ubuntu now, except for one. This fixes that one. Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. [V2]: Add CFLAGS to targets to suck in any passed in flags Signed-off-by: Jordan Crouse <[EMAIL