Skip to content
Snippets Groups Projects
Commit dde7babe authored by Imre Kaloz's avatar Imre Kaloz
Browse files

switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro releases

SVN-Revision: 27338
parent 91675210
No related branches found
No related tags found
No related merge requests found
...@@ -7,12 +7,12 @@ config GCC_DEFAULT_VERSION_4_3_3_CS ...@@ -7,12 +7,12 @@ config GCC_DEFAULT_VERSION_4_3_3_CS
config GCC_DEFAULT_VERSION_4_3_5 config GCC_DEFAULT_VERSION_4_3_5
select GCC_DEFAULT_VERSION select GCC_DEFAULT_VERSION
default y if (avr32 || powerpc64 || TARGET_coldfire || TARGET_etrax) default y if (TARGET_coldfire || TARGET_etrax)
bool bool
config GCC_DEFAULT_VERSION_4_4_6 config GCC_DEFAULT_VERSION_4_4_6
select GCC_DEFAULT_VERSION select GCC_DEFAULT_VERSION
default y if (powerpc || ubicom32) default y if (avr32 || ubicom32)
bool bool
config GCC_DEFAULT_VERSION_LINARO config GCC_DEFAULT_VERSION_LINARO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment