From a16e9a5b5f23106665dde15d974db17e8aeb83f1 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 19 Jan 2010 14:41:57 +0100 Subject: ppc: remove -ffixed-r14 gcc option. This is no loger needed, free up r14 for general usage. Signed-off-by: Joakim Tjernlund --- cpu/mpc824x/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mpc824x') diff --git a/cpu/mpc824x/config.mk b/cpu/mpc824x/config.mk index b607fee..940474b 100644 --- a/cpu/mpc824x/config.mk +++ b/cpu/mpc824x/config.mk @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC824X -ffixed-r2 -mstring -mcpu=603e -msoft-float -- cgit v1.1