mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
64d68dcdd7
-msingle-pic-base is a new gcc(from 4.6) option for ppc and it reduces the size of my u-boot with about 4 KB. While at it, add -fno-jump-tables too to save a few more bytes. Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com> Reviewed-by: Mario Six <mario.six@gdsys.cc> Tested-by: Mario Six <mario.six@gdsys.cc> (on MPC8308)
6 lines
190 B
Makefile
6 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2004 Freescale Semiconductor, Inc.
|
|
|
|
PLATFORM_CPPFLAGS += -DCONFIG_E300 -msoft-float
|
|
PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
|