From 504aab67db9f7d0ec7996796add85d2d4b798ae4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Oct 2012 23:01:51 +0000 Subject: Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools are not called abc-nuttx-elf instead of abc-elf git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5213 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gcc/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'misc/buildroot/toolchain/gcc/Config.in') diff --git a/misc/buildroot/toolchain/gcc/Config.in b/misc/buildroot/toolchain/gcc/Config.in index d2b4b69fe..822cfd4b9 100644 --- a/misc/buildroot/toolchain/gcc/Config.in +++ b/misc/buildroot/toolchain/gcc/Config.in @@ -41,6 +41,11 @@ choice select BR2_GCC_SUPPORTS_SYSROOT bool "gcc 4.5.2" + config BR2_GCC_VERSION_4_6_3 + depends on !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x + select BR2_GCC_SUPPORTS_SYSROOT + bool "gcc 4.6.3" + endchoice config BR2_GCC_SUPPORTS_SYSROOT @@ -54,6 +59,7 @@ config BR2_GCC_VERSION default "4.2.4" if BR2_GCC_VERSION_4_2_4 default "4.3.3" if BR2_GCC_VERSION_4_3_3 default "4.5.2" if BR2_GCC_VERSION_4_5_2 + default "4.6.3" if BR2_GCC_VERSION_4_6_3 config BR2_GCC_USE_SJLJ_EXCEPTIONS bool "Enable setjmp/longjmp exceptions?" -- cgit v1.2.3