diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-10 10:11:15 +0100 |
commit | 7d54d64e9c9300cbd6cc3d1956e841b4c26a273a (patch) | |
tree | 570446af965d3d8a7d2d34ff7973a6cbee6c21c6 /cpu/mpc512x/config.mk | |
parent | 470ffef72cf565c4db59352c23bd06cbfb763128 (diff) | |
parent | 1d9e31e04911a6bb7cc66dd91132c699101c32e2 (diff) |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu/mpc512x/config.mk')
-rw-r--r-- | cpu/mpc512x/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc512x/config.mk b/cpu/mpc512x/config.mk index 8a07c5a3b6..3259d53a13 100644 --- a/cpu/mpc512x/config.mk +++ b/cpu/mpc512x/config.mk @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi +PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \ -ffixed-r2 -ffixed-r29 -msoft-float -mcpu=603e |