commit | a16e9a5b5f23106665dde15d974db17e8aeb83f1 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Tue Jan 19 14:41:57 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 26 19:30:16 2010 +0100 |
tree | 5d006ce57eae9913342808d474eee86254943ac5 | |
parent | e6bee80814c3a0d7eab89d28142fe68c4a670f31 [diff] |
ppc: remove -ffixed-r14 gcc option. This is no loger needed, free up r14 for general usage. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
diff --git a/cpu/mpc83xx/config.mk b/cpu/mpc83xx/config.mk index d619426..e80919b 100644 --- a/cpu/mpc83xx/config.mk +++ b/cpu/mpc83xx/config.mk
@@ -20,7 +20,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC83xx -DCONFIG_E300 \ -ffixed-r2 -msoft-float