[coreboot] gcc in coreboot

2011-02-07 Thread ali hagigat
If I want to run gcc, ld , as from elf32-i386 toolchain, should i change the file .xcompile in the root directory of Coreboot? and change the following line: CC:=gcc -Wa,--divide -fno-stack-protector -Wl,--build-id=none to: CC:=util/crossgcc/xgcc/i386-elf/bin/gcc -Wa,--divide -fno-stack-protector -

Re: [coreboot] gcc in coreboot

2011-02-07 Thread Patrick Georgi
Am Montag, 7. Februar 2011, um 16:34:01 schrieb ali hagigat: > Will that be enough? (no need to change the system header files paths? > or other thing?) Simply remove .xcompile - it's regenerated by the util/xcompile/xcompile tool before next build, and it should find the cross compiler automatica