Am 26.03.2010 17:20, schrieb Joseph Smith: > It looks for i386-elf-* in the util/crossgcc/xgcc/bin directory. > I use crossgcc out of my coreboot repo, by adding my cross gcc bin to my > $PATH. > Any way we could add another line that looks for crossgcc in the builders > $PATH? Normally, I'd say "patches accepted". However, read the following line, taken from FILO's build.sh:
for gccprefixes in `pwd`/../coreboot/util/crossgcc/xgcc/bin/i386-elf- i386-elf- ""; do see that "i386-elf-"? That looks for i386-elf-gcc in your $PATH. Regards, Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

