From c3dd82386493d67cc5b0de06876360a27224b620 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 10 Feb 2015 21:37:02 +0900 Subject: sh: enable CONFIG_USE_PRIVATE_LIBGCC by default 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 Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') 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" -- cgit v1.1