Re: [U-Boot] [PATCH 12/12] lib: Enable private libgcc by default

2016-06-02 Thread Tom Rini
On Thu, May 26, 2016 at 06:01:47PM +0200, Marek Vasut wrote: > This patch decouples U-Boot binary from the toolchain on systems where > private libgcc is available. Instead of pulling in functions provided > by the libgcc from the toolchain, U-Boot will use it's own set of libgcc > functions.

[U-Boot] [PATCH 12/12] lib: Enable private libgcc by default

2016-05-26 Thread Marek Vasut
This patch decouples U-Boot binary from the toolchain on systems where private libgcc is available. Instead of pulling in functions provided by the libgcc from the toolchain, U-Boot will use it's own set of libgcc functions. These functions are usually imported from Linux kernel, which also uses