[U-Boot] [PATCH 2/7] x86: set CONFIG_USE_PRIVATE_LIBGCC to y

Simon Glass sjg at chromium.org
Mon Oct 6 22:14:05 CEST 2014


On 26 September 2014 04:23, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> The motivation of this commit is to change CONFIG_USE_PRIVATE_LIBGCC
> to a boolean macro so we can move it to Kconfig.
>
> In the current implementation, there are two forms of syntax
> for this macro:
>
>   - CONFIG_USE_PRIVATE_LIBGCC=y
>   - CONFIG_USE_PRIVATE_LIBGCC=<path/to/private/libgcc>
>
> The latter is only used by x86 architecture.
> With a little bit refactoring, it can be converted to the former.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> Cc: Simon Glass <sjg at chromium.org>

Acked-by: Simon Glass <sjg at chromium.org>

Tested on link (Chromebook Pixel)

Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list