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

Marc Karasek Marc.Karasek at Sun.COM
Tue Jan 29 14:29:19 CET 2008



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:marc.karasek at sun.com
ph:770.360.6415
*********************/



ron minnich wrote:
> 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