From 41d80203983c953943ff8aa63d6825ffef05310b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 31 Jul 2007 15:37:53 +0000 Subject: - FIXME: Bug Ulf to provide a helptext - fixup erroneous whitespace that prevents this to fit into an 80x24 terminal --- target/device/Toolchain.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'target') diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 617cca325..82d1428c2 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -10,6 +10,8 @@ choice config BR2_TOOLCHAIN_NORMAL bool prompt "Use default sources for toolchain" + help + FIXME: Bug Ulf to provide a helptext config BR2_TOOLCHAIN_ATMEL_AVR32 bool @@ -24,28 +26,28 @@ endchoice config BR2_VENDOR_SITE string - default $(BR2_ATMEL_MIRROR) if BR2_TOOLCHAIN_ATMEL_AVR32 + default $(BR2_ATMEL_MIRROR) if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_SUFFIX string - default "-avr32" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-avr32" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_BINUTILS_RELEASE string - default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_GCC_RELEASE string - default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_UCLIBC_RELEASE string - default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_GDB_RELEASE string - default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_PATCH_DIR string - default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32 -- cgit v1.2.3