[POWERPC] Fix bootwrapper builds with older gcc versions
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Tue, 19 Feb 2008 02:52:48 +0000 (13:52 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Feb 2008 02:33:37 +0000 (13:33 +1100)
commitbf2e70ac654060bcb2a06bbcb62701ba2451d79d
treee3e73649dc271f91e62dbca35f2bf40673715ecb
parentabe768858a54e96f0b2c0585db397107ed1bd213
[POWERPC] Fix bootwrapper builds with older gcc versions

GCC versions before 3.4 did not support the -mcpu=440 option.  Use
-mcpu=405 for the 4xx specific bootwrapper files, as that has been
around for much longer.

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/Makefile