Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267449 - sys-libs/uclibc-0.9.30.1-r1 supports avr32 target
Summary: sys-libs/uclibc-0.9.30.1-r1 supports avr32 target
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 18:31 UTC by Joe Sapp (RETIRED)
Modified: 2010-01-20 17:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Sapp (RETIRED) gentoo-dev 2009-04-25 18:31:34 UTC
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";;
Comment 1 solar (RETIRED) gentoo-dev 2010-01-20 17:16:11 UTC
Added this to the ebuild. thanks.