UPGRADING: Say that a full build is actually a must for gcc41 -> gcc44.
authorSascha Wildner <saw@online.de>
Mon, 14 Mar 2011 17:01:49 +0000 (18:01 +0100)
committerSascha Wildner <saw@online.de>
Mon, 14 Mar 2011 17:03:12 +0000 (18:03 +0100)
commit80abb3beada0e0545b3585ea161cbd30fa235ac8
tree5124f079fbee8bc7dbe4c54d68fe2111fb81a046
parent0d863fd0eb5d49f76c9d3506f52d30d9572565e2
UPGRADING: Say that a full build is actually a must for gcc41 -> gcc44.

In order for the fix for silencing the inline warnings to be picked
up, a new cross-compiler must be built (which will later be used for
compiling the kernel where the fix is needed). This won't work with
quickworld since quickworld skips the cross-tools step.

Reported-by: tuxillo
UPDATING