summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-28 15:09:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-28 15:09:21 +0000
commitb501edd4c0f7b4fffc6d187ee5e0bd862d381a79 (patch)
tree07710d24a89adbcbad9a5640a2ca1ea606534fd7 /misc/buildroot/toolchain/gcc/Config.in
parentf71ae9420678e0aea0e985a0dc7ae7ac4707b624 (diff)
downloadnuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.tar.gz
nuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.tar.bz2
nuttx-b501edd4c0f7b4fffc6d187ee5e0bd862d381a79.zip
Add GCC 4.5.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/gcc/Config.in')
-rw-r--r--misc/buildroot/toolchain/gcc/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/gcc/Config.in b/misc/buildroot/toolchain/gcc/Config.in
index 36c47ea6d..d2b4b69fe 100644
--- a/misc/buildroot/toolchain/gcc/Config.in
+++ b/misc/buildroot/toolchain/gcc/Config.in
@@ -36,6 +36,11 @@ choice
select BR2_GCC_SUPPORTS_SYSROOT
bool "gcc 4.3.3"
+ config BR2_GCC_VERSION_4_5_2
+ depends on !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
+ select BR2_GCC_SUPPORTS_SYSROOT
+ bool "gcc 4.5.2"
+
endchoice
config BR2_GCC_SUPPORTS_SYSROOT
@@ -48,6 +53,7 @@ config BR2_GCC_VERSION
default "3.4.6" if BR2_GCC_VERSION_3_4_6
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
config BR2_GCC_USE_SJLJ_EXCEPTIONS
bool "Enable setjmp/longjmp exceptions?"