diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-14 16:00:24 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-18 11:43:21 -0700 |
commit | da2596e578cb357130da0bdbf91da92c8f846ff6 (patch) | |
tree | 0929bdece95d4476fd68b6444688bfa6c0180509 /extra/Configs/Config.sh | |
parent | 718fd08d00f628812e2b31cf55b69ff00617d3ba (diff) | |
download | uClibc-alpine-da2596e578cb357130da0bdbf91da92c8f846ff6.tar.bz2 uClibc-alpine-da2596e578cb357130da0bdbf91da92c8f846ff6.tar.xz |
Revert "default ?conf to native arch"
This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r-- | extra/Configs/Config.sh | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index a1e8f9666..8538bcc65 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -7,10 +7,6 @@ config TARGET_ARCH string default "sh" -source "extra/Configs/Config.in.arches" -menu "Target Architecture Features and Options" -source "extra/Configs/Config.in.arch" - config FORCE_OPTIONS_FOR_ARCH bool default y @@ -54,9 +50,6 @@ config CONFIG_SH4 endchoice config ARCH_HAS_BWD_MEMCPY - bool - default y - depends on CONFIG_SH4 - -endmenu -source "extra/Configs/Config.in.common" + bool + default y + depends on CONFIG_SH4 |