summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-10 21:37:02 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-02-25 13:57:56 +0900
commitc3dd82386493d67cc5b0de06876360a27224b620 (patch)
tree80a34b5e84efc49b48d8fc51a67d9e8f533052ba /arch/sh
parent5f91a3adb86475aada63da0975637ab203184e0a (diff)
downloadtalos-obmc-uboot-c3dd82386493d67cc5b0de06876360a27224b620.tar.gz
talos-obmc-uboot-c3dd82386493d67cc5b0de06876360a27224b620.zip
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 <yamada.m@jp.panasonic.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index ff8f5b5ce8..2128f23264 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"
OpenPOWER on IntegriCloud