]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: set CONFIG_USE_PRIVATE_LIBGCC to y
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 16:30:41 +0000 (01:30 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 17:19:04 +0000 (13:19 -0400)
commitdd43fa22de5fcffd6325fc38633ccc71734826c7
tree15cdfc3257a4bfc7ecda77739cdc78ef8e6ca425
parent8c688bc4de4856f20193e6f0bc92e7273e8cf7ad
x86: set CONFIG_USE_PRIVATE_LIBGCC to y

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@jp.panasonic.com>
Tested-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/config.mk
arch/x86/include/asm/config.h
arch/x86/lib/Makefile