diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-12 11:22:46 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-12 11:22:46 +0000 |
commit | c7df47dcea803deb519689c700d8f1728143f279 (patch) | |
tree | f42a249cd71a2206eac78c47b6278970dbed0c1b /config/target.in | |
parent | 5276fc869dad0bce1c19f362a816760c45ab7c2b (diff) | |
download | crosstool-ng-c7df47dcea803deb519689c700d8f1728143f279.tar.gz crosstool-ng-c7df47dcea803deb519689c700d8f1728143f279.tar.bz2 crosstool-ng-c7df47dcea803deb519689c700d8f1728143f279.zip |
In generated choice menus, move the selection options outside the choice menu.
/trunk/kconfig/kconfig.mk | 60 35 25 0 +++++++++++++++++++++++++++++++----------------------
/trunk/config/kernel.in | 6 0 6 0 -----
/trunk/config/target.in | 6 0 6 0 -----
3 files changed, 35 insertions(+), 37 deletions(-)
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/target.in b/config/target.in index b5c7af12..60881ce0 100644 --- a/config/target.in +++ b/config/target.in @@ -28,14 +28,8 @@ config TARGET_LDFLAGS comment "General target options" -choice - bool - prompt "Target architecture:" - source config.gen/arch.in -endchoice - config ARCH_SUPPORTS_BOTH_ENDIAN bool default n |