commit | c9a1fb7f47d389efa8bf0eef24772ce3a9555940 | [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 | 693c0c1fe3f452dd9f1945a5a41c58b4c7cd5934 [diff] [blame] |
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/74xx_7xx/config.mk b/cpu/74xx_7xx/config.mk index d589210..df1f6ac 100644 --- a/cpu/74xx_7xx/config.mk +++ b/cpu/74xx_7xx/config.mk
@@ -21,6 +21,6 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -meabi PLATFORM_CPPFLAGS += -DCONFIG_74xx_7xx -ffixed-r2 -mstring