Hi Patrick and Stefan, I tried to test Patricks new patch "Change Id9e6b204: buildgcc: Explicitely state CC everywhere" but crossgcc doesn't compile at al.
The problem started after commit: "Change I1b7d5b89: buildgcc: Update coreboot reference toolchain to gcc 4.6.2"
The messages are: nils@Debian:~/coreboot$ make crossgcc Welcome to the coreboot cross toolchain builder v1.07 (November 1st, 2011)
Invalid option
Usage: ./buildgcc [-V] [-c] [-p <platform>] [-d <target directory>] [-D <dest dir>] [-G] [-S] ./buildgcc [-V|--version] ./buildgcc [-h|--help]
Options: [-V|--version] print version number and exit [-h|--help] print this help and exit [-c|--clean] remove temporary files before build [-t|--savetemps] don't remove temporary files after build [-j|--jobs <num>] run <num> jobs in parallel in make [-p|--platform <platform>] target platform to build cross compiler for (defaults to i386-elf) [-d|--directory <target dir>] target directory to install cross compiler to (defaults to /home/nils/coreboot/util/crossgcc/xgcc)
[-D|--destdir <dest dir>] destination directory to install cross compiler to (for RPM builds, default unset) [-G|--gdb] build GNU debugger [-S|--scripting] build scripting support for GDB
make[1]: *** [build-without-gdb] Error 1 make: *** [crossgcc] Error 2 nils@Debian:~/coreboot$
Thanks, Nils.