Add some seperators
authorEric Andersen <andersen@codepoet.org>
Sat, 9 Oct 2004 05:33:05 +0000 (05:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 9 Oct 2004 05:33:05 +0000 (05:33 -0000)
toolchain/Config.in
toolchain/binutils/Config.in
toolchain/ccache/Config.in
toolchain/gcc/Config.in
toolchain/gdb/Config.in
toolchain/kernel-headers/Config.in
toolchain/uClibc/Config.in

index c2411020f6e88544157b8074ff3c509d2d00ae61..887a45f0271dd9c733427f80099a01110e648098 100644 (file)
@@ -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
index 95dc0575853cc967ed753c19acc6d1b03ae752fb..8754a4c19736a84ba6a5ef784e0388109d8abe27 100644 (file)
@@ -1,6 +1,8 @@
 # Choose binutils version.
 #
 
+comment "Binutils Options"
+
 choice
        prompt "Binutils Version"
        default BR2_BINUTILS_VERSION_2_15_91_0_2
index 6798072d622f360383d60ada006d179ffd218ee6..1d27987c4007f250dc1c6de40861056f346eb2eb 100644 (file)
@@ -1,5 +1,7 @@
 #
 
+comment "Ccache Options"
+
 config BR2_HOST_CCACHE
        bool "Enable ccache support?"
        default y
index ed8abd821925659d79ff8a1a538b82c0240e1ad4..7360584aa1f5d7041b504a5ff44f8acca091a932 100644 (file)
@@ -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
index 65915e2d8020b9ea67ee41fcb823fbed3c9e0fc9..d3d2834c4f73126701fb73d6b6fb5dc9c517fe8e 100644 (file)
@@ -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
index db286e2d52f5e4f75accff1d42e9abce77171e38..aec41f042fa2d539863bdda00f62cd0b26c38f73 100644 (file)
@@ -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
index d4f3e77b252f60e2818d97c7ad2c7dee0085c8ef..335cab2455a02b13544d679af9f1327ae3544a6b 100644 (file)
@@ -1,6 +1,7 @@
 # Choose uClibc options
 #
 
+comment "uClibc Options"
 
 config BR2_UCLIBC_VERSION_SNAPSHOT
        bool "Use the daily snapshot of uClibc?"