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