From a47ceedd3906bad3ee3b2d90c40a97e65df71b90 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 24 Apr 2009 00:13:22 +0000 Subject: Add binutils 2.19.1 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1729 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/ChangeLog | 1 + misc/buildroot/configs/cortexm3-defconfig-4.3.3 | 5 +- misc/buildroot/toolchain/binutils/Config.in | 97 +++---------------------- 3 files changed, 13 insertions(+), 90 deletions(-) (limited to 'misc') diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog index 3e3496b38..466292dfd 100644 --- a/misc/buildroot/ChangeLog +++ b/misc/buildroot/ChangeLog @@ -35,3 +35,4 @@ buildroot-0.1.5 2009-xx-xx architectures. * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (not yet verified) + * Add support for binutils 2.19.1 diff --git a/misc/buildroot/configs/cortexm3-defconfig-4.3.3 b/misc/buildroot/configs/cortexm3-defconfig-4.3.3 index 8bbe406f1..67050c3ee 100644 --- a/misc/buildroot/configs/cortexm3-defconfig-4.3.3 +++ b/misc/buildroot/configs/cortexm3-defconfig-4.3.3 @@ -73,8 +73,9 @@ BR2_GNU_TARGET_SUFFIX="elf" # Binutils Options # # BR2_BINUTILS_VERSION_2_17 is not set -BR2_BINUTILS_VERSION_2_19=y -BR2_BINUTILS_VERSION="2.19" +# BR2_BINUTILS_VERSION_2_19 is not set +BR2_BINUTILS_VERSION_2_19_1=y +BR2_BINUTILS_VERSION="2.19.1" BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="" # diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in index 795c74fb2..de740325c 100644 --- a/misc/buildroot/toolchain/binutils/Config.in +++ b/misc/buildroot/toolchain/binutils/Config.in @@ -4,109 +4,30 @@ comment "Binutils Options" choice prompt "Binutils Version" - default BR2_BINUTILS_VERSION_2_19 + default BR2_BINUTILS_VERSION_2_19_1 if BR2_cortex_m3 + default BR2_BINUTILS_VERSION_2_19 if !BR2_avr32 && !BR2_cortex_m3 + default BR2_BINUTILS_VERSION_2_17 if !BR2_cortex_m3 help Select the version of binutils you wish to use. -# config BR2_BINUTILS_VERSION_2_14_90_0_8 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.14.90.0.8" - -# config BR2_BINUTILS_VERSION_2_15 -# depends BR2_DEPRECATED -# bool "binutils 2.15" - -# config BR2_BINUTILS_VERSION_2_15_94_0_2_2 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.15.94.0.2.2" - -# config BR2_BINUTILS_VERSION_2_16_1 -# depends !BR2_nios2 -# bool "binutils 2.16.1" - -# config BR2_BINUTILS_VERSION_2_16_90_0_3 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.16.90.0.3" - -# config BR2_BINUTILS_VERSION_2_16_91_0_5 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.16.91.0.5" - -# config BR2_BINUTILS_VERSION_2_16_91_0_6 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.16.91.0.6" - -# config BR2_BINUTILS_VERSION_2_16_91_0_7 -# depends !BR2_nios2 -# bool "binutils 2.16.91.0.7" - config BR2_BINUTILS_VERSION_2_17 - depends !BR2_nios2 + depends !BR2_nios2 && !BR2_cortex_m3 bool "binutils 2.17" -# config BR2_BINUTILS_VERSION_2_17_50_0_2 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.2" - -# config BR2_BINUTILS_VERSION_2_17_50_0_3 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.3" - -# config BR2_BINUTILS_VERSION_2_17_50_0_4 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.4" - -# config BR2_BINUTILS_VERSION_2_17_50_0_5 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.5" - -# config BR2_BINUTILS_VERSION_2_17_50_0_6 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.6" - -# config BR2_BINUTILS_VERSION_2_17_50_0_7 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.7" - -# config BR2_BINUTILS_VERSION_2_17_50_0_8 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.8" - -# config BR2_BINUTILS_VERSION_2_17_50_0_9 -# depends !BR2_nios2 && BR2_DEPRECATED -# bool "binutils 2.17.50.0.9" - -# config BR2_BINUTILS_VERSION_2_17_50_0_10 -# depends !BR2_nios2 -# bool "binutils 2.17.50.0.10" - config BR2_BINUTILS_VERSION_2_19 - depends !BR2_avr32 && !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 && !BR2_cortex_m3 bool "binutils 2.19" + config BR2_BINUTILS_VERSION_2_19_1 + depends !BR2_avr32 && !BR2_nios2 + bool "binutils 2.19.1" endchoice config BR2_BINUTILS_VERSION string -# default "2.14.90.0.8" if BR2_BINUTILS_VERSION_2_14_90_0_8 -# default "2.15" if BR2_BINUTILS_VERSION_2_15 -# default "2.15.94.0.2.2" if BR2_BINUTILS_VERSION_2_15_94_0_2_2 -# default "2.16.1" if BR2_BINUTILS_VERSION_2_16_1 -# default "2.16.90.0.3" if BR2_BINUTILS_VERSION_2_16_90_0_3 -# default "2.16.91.0.5" if BR2_BINUTILS_VERSION_2_16_91_0_5 -# default "2.16.91.0.6" if BR2_BINUTILS_VERSION_2_16_91_0_6 -# default "2.16.91.0.7" if BR2_BINUTILS_VERSION_2_16_91_0_7 default "2.17" if BR2_BINUTILS_VERSION_2_17 -# default "2.17.50.0.2" if BR2_BINUTILS_VERSION_2_17_50_0_2 -# default "2.17.50.0.3" if BR2_BINUTILS_VERSION_2_17_50_0_3 -# default "2.17.50.0.4" if BR2_BINUTILS_VERSION_2_17_50_0_4 -# default "2.17.50.0.5" if BR2_BINUTILS_VERSION_2_17_50_0_5 -# default "2.17.50.0.6" if BR2_BINUTILS_VERSION_2_17_50_0_6 -# default "2.17.50.0.7" if BR2_BINUTILS_VERSION_2_17_50_0_7 -# default "2.17.50.0.8" if BR2_BINUTILS_VERSION_2_17_50_0_8 -# default "2.17.50.0.9" if BR2_BINUTILS_VERSION_2_17_50_0_9 -# default "2.17.50.0.10" if BR2_BINUTILS_VERSION_2_17_50_0_10 default "2.19" if BR2_BINUTILS_VERSION_2_19 + default "2.19.1" if BR2_BINUTILS_VERSION_2_19_1 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS string "Additional binutils options" -- cgit v1.2.3