Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
Linker needs to use the proper endian/bfd flags even when doing partial linking.
LDFLAGS_u-boot sets linker option which is called it when U-boot is built
(u-boot final).
LDFLAGS sets necessary option by partial linking (use in cmd_link_o_target).
CC: Mike Frysinger <vapier@gentoo.org>
Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Showing
- Makefile 1 addition, 1 deletionMakefile
- arch/blackfin/config.mk 2 additions, 1 deletionarch/blackfin/config.mk
- arch/i386/config.mk 2 additions, 1 deletionarch/i386/config.mk
- arch/nios2/config.mk 1 addition, 1 deletionarch/nios2/config.mk
- arch/powerpc/config.mk 2 additions, 2 deletionsarch/powerpc/config.mk
- arch/sh/config.mk 1 addition, 1 deletionarch/sh/config.mk
- arch/sh/cpu/sh2/config.mk 3 additions, 1 deletionarch/sh/cpu/sh2/config.mk
- config.mk 5 additions, 3 deletionsconfig.mk
Loading
Please register or sign in to comment