When trying to cross-compile uclibc for avr32, I ran into "avr lists no defaults :/". Support seems to be there upstream, but not in the ebuild. --- uclibc-0.9.30.1-r1.ebuild.orig 2009-03-12 14:50:12.000000000 -0400 +++ uclibc-0.9.30.1-r1.ebuild 2009-04-25 13:10:26.000000000 -0400 @@ -172,6 +172,7 @@ alpha) target="alpha"; config_target="no cpu-specific options";; amd64) target="x86_64"; config_target="no cpu-specific options";; arm) target="arm"; config_target="GENERIC_ARM";; + avr) target="avr32"; config_target="no cpu-specific options";; ia64) target="ia64"; config_target="no cpu-specific options";; m68k) target="m68k"; config_target="no cpu-specific options";; mips) target="mips"; config_target="MIPS_ISA_1";;
Added this to the ebuild. thanks.