projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f91a3a
)
sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 10 Feb 2015 12:37:02 +0000
(21:37 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Wed, 25 Feb 2015 04:57:56 +0000
(13:57 +0900)
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>
arch/sh/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index ff8f5b5ce8d6887a11f32c5fe4d0fabd7b0fb015..2128f232647df2c0088d4f59436ea710b59c496b 100644
(file)
--- 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"