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

ron minnich rminnich at gmail.com
Mon Jan 28 20:22:44 CET 2008


On Jan 28, 2008 11:18 AM, Jordan Crouse <jordan.crouse at amd.com> wrote:
> On 28/01/08 11:14 -0800, ron minnich wrote:
> > Acked-by: Ronald G. Minnich <rminnich at gmail.com>
> >
> > 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?
>
>

yeah:

for i in $build_dir/Makefile.settings $build_dir/
*/Makefile.settings
do
        echo DISTRO_CFLAGS+=$EXTRA_CFLAGS >>$i
        echo DISTRO_LFLAGS+=$EXTRA_LFLAGS >>$i
done




More information about the coreboot mailing list