both powerpc and powerpc64 binaries, you'll need to
specify -m64 here.
+comment "Binary tools"
+ depends TOOLCHAINOPTS
+
source "toolchain/binutils/Config.in"
+
+comment "Compiler"
+ depends TOOLCHAINOPTS
+
source "toolchain/gcc/Config.in"
+comment "C Library"
+ depends TOOLCHAINOPTS
+
choice
- prompt "LIBC implementation" if TOOLCHAINOPTS
+ prompt "C Library implementation" if TOOLCHAINOPTS
default USE_UCLIBC
help
- Select the LIBC implementation.
+ Select the C library implementation.
config USE_EGLIBC
bool "Use eglibc"
source "toolchain/glibc/Config.in"
source "toolchain/uClibc/Config.in"
+comment "Debuggers"
+ depends TOOLCHAINOPTS
+
config GDB
bool
prompt "Build gdb" if TOOLCHAINOPTS
config EXTRA_BINUTILS_CONFIG_OPTIONS
string
- prompt "Additional binutils options" if TOOLCHAINOPTS
+ prompt "Additional binutils configure options" if TOOLCHAINOPTS
default ""
help
Any additional binutils options you may want to include....
config EXTRA_GCC_CONFIG_OPTIONS
string
- prompt "Additional gcc options" if TOOLCHAINOPTS
+ prompt "Additional gcc configure options" if TOOLCHAINOPTS
default ""
help
Any additional gcc options you may want to include....