]> Git Repo - u-boot.git/commit - spl/Makefile
kbuild: fix SPL link bug when USE_PRIVATE_LIBGCC is "yes"
authorMasahiro Yamada <[email protected]>
Mon, 24 Feb 2014 11:44:14 +0000 (20:44 +0900)
committerTom Rini <[email protected]>
Mon, 24 Feb 2014 15:56:33 +0000 (10:56 -0500)
commit6445262ca8d0400def05c4ef8e2b8e8424929599
treeb03610e44273b15f20c08e54c872c3ca9fa2ed41
parent61fcc7d2757bc5d6bf52739e4fc7132b5fa84efe
kbuild: fix SPL link bug when USE_PRIVATE_LIBGCC is "yes"

Commit 6825a95 (kbuild: use Linux Kernel build scripts)
changed the behavior of linkage when USE_PRIAVATE_LIBGCC
is defined as "yes".
(It dropped arch/arm/lib/eabi_compat.o from the
target library.)

Affected boards are all Tegra boards.

This commit gets back the same behavior as before Kbuild series.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Tom Rini <[email protected]>
spl/Makefile
This page took 0.031941 seconds and 4 git commands to generate.