diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-27 22:13:48 +0200 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-27 22:13:48 +0200 | 
| commit | fc8b7766355ed3776f454cd8fbb180150bd627f0 (patch) | |
| tree | 3e36691aec2d3b223deb075a9086be475011b74c /toolchain/gcc | |
| parent | f1d88a96ca865f828d1efadd8de0898819453373 (diff) | |
| download | buildroot-novena-fc8b7766355ed3776f454cd8fbb180150bd627f0.tar.gz buildroot-novena-fc8b7766355ed3776f454cd8fbb180150bd627f0.zip  | |
toolchain/gcc: FINEGRAINEDMTUNE: remove checks for unused/outdated versions
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc')
| -rw-r--r-- | toolchain/gcc/Config.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 31f715070..17b21b8ce 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -41,7 +41,7 @@ endchoice  config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE  	bool -	default y if !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4 && !BR2_GCC_VERSION_4_2_2_AVR32_2_1_5 +	default y if !BR2_GCC_VERSION_4_2_4 && !BR2_GCC_VERSION_4_2_2_AVR32_2_1_5  config BR2_GCC_SNAP_DATE  	string "GCC snapshot date"  | 
