Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
GCC cannot compile for target avr with languages c,c++ (stage3) This is because of bug #99014 in toolchain.eclass As soon as bug #99014 gets resolved, avr stage3 can be added to crossdev PATCH for /usr/sbin/crossdev follows --- /root/avr_fix/backup/crossdev 2005-07-14 16:23:47.000000000 +0200 +++ /usr/sbin/crossdev 2005-07-14 16:25:55.000000000 +0200 @@ -85,9 +85,9 @@ ##################### ### other targets ### avr*) TARCH=${HARCH}; CPOST=""; - KPKG="[none]"; STAGE="2"; + KPKG="[none]"; STAGE="3"; LCAT="dev-embedded"; LPKG="avr-libc"; - GUSE="-fortran -gtk nocxx -gcj -objc";; + GUSE="-fortran -gtk -gcj -objc";; ps2*) einfo "The ps2 target is really an alias for the ee/iop/dvp targets" ${CROSSDEV} -t ee || exit 1
added to 0.9.7, thanks