commit | bf2e70ac654060bcb2a06bbcb62701ba2451d79d | [log] [tgz] |
---|---|---|
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Tue Feb 19 13:52:48 2008 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Feb 20 13:33:37 2008 +1100 |
tree | e3e73649dc271f91e62dbca35f2bf40673715ecb | |
parent | abe768858a54e96f0b2c0585db397107ed1bd213 [diff] |
[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>