[MPC512x] Correct fixup relocation
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
This commit is contained in:
parent
56a9270521
commit
8d17979d03
|
@ -51,7 +51,6 @@ SECTIONS
|
||||||
{
|
{
|
||||||
cpu/mpc512x/start.o (.text)
|
cpu/mpc512x/start.o (.text)
|
||||||
*(.text)
|
*(.text)
|
||||||
*(.fixup)
|
|
||||||
*(.got1)
|
*(.got1)
|
||||||
. = ALIGN(16);
|
. = ALIGN(16);
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
|
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable
|
||||||
|
|
||||||
PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \
|
PLATFORM_CPPFLAGS += -DCONFIG_MPC512X -DCONFIG_E300 \
|
||||||
-ffixed-r2 -ffixed-r29 -msoft-float -mcpu=603e
|
-ffixed-r2 -ffixed-r29 -msoft-float -mcpu=603e
|
||||||
|
|
Loading…
Reference in New Issue