Eric Andersen пре 21 година
родитељ
комит
0134e28071

+ 2 - 0
toolchain/Config.in

@@ -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

+ 2 - 0
toolchain/binutils/Config.in

@@ -1,6 +1,8 @@
 # Choose binutils version.
 #
 
+comment "Binutils Options"
+
 choice
 	prompt "Binutils Version"
 	default BR2_BINUTILS_VERSION_2_15_91_0_2

+ 2 - 0
toolchain/ccache/Config.in

@@ -1,5 +1,7 @@
 #
 
+comment "Ccache Options"
+
 config BR2_HOST_CCACHE
 	bool "Enable ccache support?"
 	default y

+ 2 - 0
toolchain/gcc/Config.in

@@ -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 - 0
toolchain/gdb/Config.in

@@ -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 - 0
toolchain/kernel-headers/Config.in

@@ -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 - 0
toolchain/uClibc/Config.in

@@ -1,6 +1,7 @@
 # Choose uClibc options
 #
 
+comment "uClibc Options"
 
 config BR2_UCLIBC_VERSION_SNAPSHOT
 	bool "Use the daily snapshot of uClibc?"