]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: fix SPL build of private libgcc
authorAllen Martin <amartin@nvidia.com>
Fri, 31 Aug 2012 08:30:14 +0000 (08:30 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:22 +0000 (14:58 +0200)
commit660e98f2e3dca173d0290653191f2b4850c38033
tree60f6d74f55bf708eaee650352343492733e1d740
parentc497be78b399241de2f89cee2e3acc7c33f47609
spl: fix SPL build of private libgcc

This fixes the SPL build to link with the SPL version of libgcc if
USE_PRIVATE_LIBGCC is set to "yes".  Previously it was linking with
the libgcc from the normal u-boot build because it gets set in
PLATFORM_LIBS and passed down the to the SPL build.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
spl/Makefile