From: Eric Andersen Date: Sat, 9 Oct 2004 05:33:05 +0000 (-0000) Subject: Add some seperators X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0134e28071d64e625ca3a05a91cbe98110e36f94;p=buildroot.git Add some seperators --- diff --git a/toolchain/Config.in b/toolchain/Config.in index c2411020f6..887a45f027 100644 --- a/toolchain/Config.in +++ b/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 diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 95dc057585..8754a4c197 100644 --- a/toolchain/binutils/Config.in +++ b/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 diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index 6798072d62..1d27987c40 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -1,5 +1,7 @@ # +comment "Ccache Options" + config BR2_HOST_CCACHE bool "Enable ccache support?" default y diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ed8abd8219..7360584aa1 100644 --- a/toolchain/gcc/Config.in +++ b/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 diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 65915e2d80..d3d2834c4f 100644 --- a/toolchain/gdb/Config.in +++ b/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 diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index db286e2d52..aec41f042f 100644 --- a/toolchain/kernel-headers/Config.in +++ b/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 diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index d4f3e77b25..335cab2455 100644 --- a/toolchain/uClibc/Config.in +++ b/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?"