[LinuxBIOS] [v3][PATCH] make xcompile more useful on the generic case

Peter Stuge peter at stuge.se
Mon Jul 23 22:28:38 CEST 2007


On Mon, Jul 23, 2007 at 09:11:59PM +0200, Patrick Georgi wrote:
> +			PREFIX=$candidate
> +			break

[..]

> +	PREFIX="i386-elf-"
> +	CC="${PREFIX}gcc"

This can't work so well right?

The way I read it PREFIX will always be reassigned.

Plus, you changed the default from i386-linux to i386-elf.

(May not be a bad thing, but please document it if intentional.)


//Peter




More information about the coreboot mailing list