summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-21 00:17:24 +0000
committerwdenk <wdenk>2003-06-21 00:17:24 +0000
commit592c5cabe78fe1cef4eb733904c81a9555d59a7e (patch)
tree7655563542f63358451ed964d0f49d2f803846d4 /cpu
parent72755c7137396fdd8230dfc498294760fa2aaeb4 (diff)
downloadtalos-obmc-uboot-592c5cabe78fe1cef4eb733904c81a9555d59a7e.tar.gz
talos-obmc-uboot-592c5cabe78fe1cef4eb733904c81a9555d59a7e.zip
Patch by Murray Jensen, 20 Jun 2003:
- hymod update - cleanup (especially for gcc-3.x compilers)
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc8260/config.mk4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud