From 592c5cabe78fe1cef4eb733904c81a9555d59a7e Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 21 Jun 2003 00:17:24 +0000 Subject: Patch by Murray Jensen, 20 Jun 2003: - hymod update - cleanup (especially for gcc-3.x compilers) --- cpu/mpc8260/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu/mpc8260') diff --git a/cpu/mpc8260/config.mk b/cpu/mpc8260/config.mk index 632010ecef..2ebed5b28a 100644 --- a/cpu/mpc8260/config.mk +++ b/cpu/mpc8260/config.mk @@ -23,5 +23,5 @@ PLATFORM_RELFLAGS += -mrelocatable -ffixed-r14 -meabi -PLATFORM_CPPFLAGS += -DCONFIG_8260 -ffixed-r2 -ffixed-r29 -mstring -##PLATFORM_CPPFLAGS += -DCONFIG_8260 -ffixed-r2 -mstring +PLATFORM_CPPFLAGS += -DCONFIG_8260 -ffixed-r2 -ffixed-r29 \ + -mstring -mcpu=603e -mmultiple -- cgit v1.2.1