Nearly all the platforms are compiling in buildrom with Ubuntu now, except for one. This fixes that one.
Jordan
Acked-by: Ronald G. Minnich rminnich@gmail.com
I don't know buildrom, but you did not need the DISTRO_CFLAGS?
On 28/01/08 11:14 -0800, ron minnich wrote:
Acked-by: Ronald G. Minnich rminnich@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?
Jordan
On Jan 28, 2008 11:18 AM, Jordan Crouse jordan.crouse@amd.com wrote:
On 28/01/08 11:14 -0800, ron minnich wrote:
Acked-by: Ronald G. Minnich rminnich@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
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@sun.com ph:770.360.6415 *********************/
ron minnich wrote:
On Jan 28, 2008 11:18 AM, Jordan Crouse jordan.crouse@amd.com wrote:
On 28/01/08 11:14 -0800, ron minnich wrote:
Acked-by: Ronald G. Minnich rminnich@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
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 marc.jones@amd.com