Commit 0134e280 authored by Eric Andersen's avatar Eric Andersen
Browse files

Add some seperators

parent 3f284171
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
# Choose binutils version.
#

comment "Binutils Options"

choice
	prompt "Binutils Version"
	default BR2_BINUTILS_VERSION_2_15_91_0_2
+2 −0
Original line number Diff line number Diff line
#

comment "Ccache Options"

config BR2_HOST_CCACHE
	bool "Enable ccache support?"
	default y
+2 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Loading