On Thu, 25 Feb 2010 05:54:46 -0500, Joseph Smith joe@settoplinux.org wrote:
On 02/25/2010 05:52 AM, Patrick Georgi wrote:
Am 25.02.2010 11:50, schrieb Joseph Smith:
I just have it running outside the coreboot directory, does that make a difference?
Is it used by coreboot? (see .xcompile)
Were the patches applied? (We specifically fix the /-as-comment "feature" in our version), but I know of some cases where patching failed, and buildgcc didn't stop there.
Yes, it appears to be using crossgcc:
# elf32-i386 toolchain AS:=i386-elf-as CC:=i386-elf-gcc -fno-stack-protector -Wl,--build-id=none CPP:=i386-elf-cpp AR:=i386-elf-ar LD:=i386-elf-ld STRIP:=i386-elf-strip NM:=i386-elf-nm OBJCOPY:=i386-elf-objcopy OBJDUMP:=i386-elf-objdump
# native toolchain HOSTCC:=gcc
So am I looking at this correctly? It is using crossgcc correct?