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 MTS Sun Microsystems mailto:[EMAIL PROTECTED] ph:770.360.6415 *********************/ ron minnich wrote: > 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 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 > > -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

