diff mbox

[U-Boot,3/3] sh: enable CONFIG_USE_PRIVATE_LIBGCC by default

Message ID 1423571822-8475-4-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Masahiro Yamada Feb. 10, 2015, 12:37 p.m. UTC
Now this feature works.  Let's turn it on by default so we do not
depend on specific tool-chains.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 arch/sh/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Nobuhiro Iwamatsu Feb. 25, 2015, 4:27 a.m. UTC | #1
Hi,

2015-02-10 21:37 GMT+09:00 Masahiro Yamada <yamada.m@jp.panasonic.com>:
> Now this feature works.  Let's turn it on by default so we do not
> depend on specific tool-chains.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> ---
>

Applied, thanks.

Best regards,
  Nobuhiro


>  arch/sh/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
> index ff8f5b5..2128f23 100644
> --- a/arch/sh/Kconfig
> +++ b/arch/sh/Kconfig
> @@ -124,6 +124,9 @@ config SYS_CPU
>         default "sh3" if CPU_SH3
>         default "sh4" if CPU_SH4
>
> +config USE_PRIVATE_LIBGCC
> +       default y
> +
>  source "board/alphaproject/ap_sh4a_4a/Kconfig"
>  source "board/espt/Kconfig"
>  source "board/mpr2/Kconfig"
> --
> 1.9.1
>
diff mbox

Patch

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index ff8f5b5..2128f23 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -124,6 +124,9 @@  config SYS_CPU
 	default "sh3" if CPU_SH3
 	default "sh4" if CPU_SH4
 
+config USE_PRIVATE_LIBGCC
+	default y
+
 source "board/alphaproject/ap_sh4a_4a/Kconfig"
 source "board/espt/Kconfig"
 source "board/mpr2/Kconfig"