diff options
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | 2010-01-19 14:41:57 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-01-26 19:30:16 +0100 |
commit | a16e9a5b5f23106665dde15d974db17e8aeb83f1 (patch) | |
tree | 5d006ce57eae9913342808d474eee86254943ac5 /cpu/mpc8220 | |
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>
Diffstat (limited to 'cpu/mpc8220')
-rw-r--r-- | cpu/mpc8220/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8220/config.mk b/cpu/mpc8220/config.mk index 5819048d01a..3ce40c0dbeb 100644 --- a/cpu/mpc8220/config.mk +++ b/cpu/mpc8220/config.mk @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC8220 -ffixed-r2 \ -mstring -mcpu=603e -mmultiple |