summaryrefslogtreecommitdiff
path: root/cpu/mpc8260/config.mk
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2007-11-14 05:18:33 (GMT)
committerWolfgang Denk <wd@denx.de>2007-11-17 00:38:58 (GMT)
commit1c3dd43338a077165e7e0309cb3994e65d2bdbf8 (patch)
tree693c95dd175c7d32bfc147f47eeaae22445e896e /cpu/mpc8260/config.mk
parent5c15010efad980ad5498cc565fc1ed70df2f52b4 (diff)
downloadu-boot-1c3dd43338a077165e7e0309cb3994e65d2bdbf8.tar.xz
powerpc: Backout relocation changes.
Ugh. I *hate* to back this change out, but these compiler flags don't work for relocation on all versions of GCC. I've not been able to reproduce the environment in my setup (and hence, not been able to find a combination that *does* work), so I've got no choice but to go back to the old gcc flags and linker script. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc8260/config.mk')
-rw-r--r--cpu/mpc8260/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8260/config.mk b/cpu/mpc8260/config.mk
index d401e4c..683b6fb 100644
--- a/cpu/mpc8260/config.mk
+++ b/cpu/mpc8260/config.mk
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
#
-PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable
+PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 -ffixed-r29 \
-mstring -mcpu=603e -mmultiple