asrock/e350m1/4.2-913-gb9b2c6f/2016-01-22T21:15:51Z

Built with gcc-4.9 (Debian 4.9.3-11) 4.9.3 by running `make CC=gcc-4.9`
and the coreboot cross compilers moved out of the way
`util/crossgcc/xgcc`.

No idea if it was picked up, but the boot time of romstage is back to
normal.

	$ more .xcompile
	[…]
	######
	# x86
	# TARCH_SEARCH=  i386-elf- i386-elf- i386-linux-gnu- i386- x86_64-elf- x86_64-elf- x86_64-linux-gnu- x86_64-
	# elf32-i386 toolchain (gcc)
	ARCH_SUPPORTED+=x86_32
	SUBARCH_SUPPORTED+=x86_32

	# GCC
	GCC_CC_x86_32:=gcc
	GCC_CFLAGS_x86_32:= -Wno-unused-but-set-variable  -m32  -fuse-ld=bfd -fno-stack-protector -Wl,--build-id=none  -march=i686
	GCC_COMPILER_RT_x86_32:=/usr/lib/gcc/i586-linux-gnu/5/libgcc.a
	GCC_COMPILER_RT_FLAGS_x86_32:=--wrap __divdi3 --wrap __udivdi3 --wrap __moddi3 --wrap __umoddi3
	[…]
10 files changed