Patrick Georgi wrote:
Am Freitag, den 30.10.2009, 12:15 -0600 schrieb Myles Watson:
for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- i386-elf- ""; do
Maybe add $PWD/util/crossgcc/xgcc/bin/i386-elf- to the list, too - it can't hurt.
Yes, I think the `pwd`/../crossgcc/xgcc/ came from those times when crossgcc was not checked into the coreboot repo...
I think it would be better to remove .xcompile with make distclean. Patch attached.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Patrick Georgi patrick.georgi@coresystems.de (also applies to the change proposed above)
Patrick