Add some seperators
This commit is contained in:
parent
3f284171c5
commit
0134e28071
@ -11,6 +11,8 @@ source "toolchain/ccache/Config.in"
|
||||
source "toolchain/gdb/Config.in"
|
||||
|
||||
|
||||
comment "Common Toolchain Options"
|
||||
|
||||
config BR2_ENABLE_MULTILIB
|
||||
bool "Enable multilib support?"
|
||||
default y
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Choose binutils version.
|
||||
#
|
||||
|
||||
comment "Binutils Options"
|
||||
|
||||
choice
|
||||
prompt "Binutils Version"
|
||||
default BR2_BINUTILS_VERSION_2_15_91_0_2
|
||||
|
@ -1,5 +1,7 @@
|
||||
#
|
||||
|
||||
comment "Ccache Options"
|
||||
|
||||
config BR2_HOST_CCACHE
|
||||
bool "Enable ccache support?"
|
||||
default y
|
||||
|
@ -2,6 +2,8 @@
|
||||
# WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
|
||||
# WARNING -- 2.95 does not currently build natively for the target.
|
||||
|
||||
comment "Gcc Options"
|
||||
|
||||
choice
|
||||
prompt "GCC compiler Version"
|
||||
default BR2_GCC_VERSION_3_4_2
|
||||
|
@ -2,6 +2,8 @@
|
||||
# WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.
|
||||
# WARNING -- 2.95 does not currently build natively for the target.
|
||||
|
||||
comment "Gdb Options"
|
||||
|
||||
config BR2_PACKAGE_GDB
|
||||
bool "Build gdb debugger for the Target"
|
||||
default n
|
||||
|
@ -2,6 +2,8 @@
|
||||
# ignored if you are building your own kernel or using the system kernel.
|
||||
#
|
||||
|
||||
comment "Kernel Header Options"
|
||||
|
||||
choice
|
||||
prompt "Kernel Headers"
|
||||
default BR2_KERNEL_HEADERS_2_4
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Choose uClibc options
|
||||
#
|
||||
|
||||
comment "uClibc Options"
|
||||
|
||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||
bool "Use the daily snapshot of uClibc?"
|
||||
|
Loading…
Reference in New Issue
Block a user