First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 99020
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: SpanKY <vapier@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ludek Stepan <ludek.stepan@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 99020 depends on: 99014 Show dependency tree
Show dependency graph
Bug 99020 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-14 08:50 0000
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

------- Comment #1 From SpanKY 2005-07-14 20:13:17 0000 -------
added to 0.9.7, thanks

First Last Prev Next    No search results available      Search page      Enter new bug