diff options
author | wdenk <wdenk> | 2003-06-21 00:17:24 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-21 00:17:24 +0000 |
commit | 592c5cabe78fe1cef4eb733904c81a9555d59a7e (patch) | |
tree | 7655563542f63358451ed964d0f49d2f803846d4 /cpu/mpc8260 | |
parent | 72755c7137396fdd8230dfc498294760fa2aaeb4 (diff) |
Patch by Murray Jensen, 20 Jun 2003:
- hymod update
- cleanup (especially for gcc-3.x compilers)
Diffstat (limited to 'cpu/mpc8260')
-rw-r--r-- | cpu/mpc8260/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/mpc8260/config.mk b/cpu/mpc8260/config.mk index 632010ecef1..2ebed5b28aa 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 |