diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-05-30 08:25:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-05-30 08:25:59 +0000 |
commit | c1eb4cdc6fa205b20e3494426a4430fa266f5038 (patch) | |
tree | a17004e7e2f61125924dfe1f7ac949738c90bfb8 /toolchain/gcc/Config.in | |
parent | 041ba7cca04ccccdb9de71488fab853d1d5ef38e (diff) | |
download | buildroot-novena-c1eb4cdc6fa205b20e3494426a4430fa266f5038.tar.gz buildroot-novena-c1eb4cdc6fa205b20e3494426a4430fa266f5038.zip |
GCC 4.1.1 support (notice: not yet on ibiblio)
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 5da7f7d3d..b3df3753c 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -51,6 +51,10 @@ choice depends !BR2_nios2 bool "gcc 4.1.0" + config BR2_GCC_VERSION_4_1_1 + depends !BR2_nios2 + bool "gcc 4.1.1" + config BR2_GCC_VERSION_4_2 depends !BR2_nios2 select BR2_GCC_IS_SNAP @@ -84,6 +88,7 @@ config BR2_GCC_VERSION default "4.0.2" if BR2_GCC_VERSION_4_0_2 default "4.0.3" if BR2_GCC_VERSION_4_0_3 default "4.1.0" if BR2_GCC_VERSION_4_1_0 + default "4.1.1" if BR2_GCC_VERSION_4_1_1 default "4.2" if BR2_GCC_VERSION_4_2 |