Summary: | crossdev-0.9.6 doesn't build g++ on stage3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rodolfo Schulz de Lima <rodolfo> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED WONTFIX | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rodolfo Schulz de Lima
2005-06-23 09:10:32 UTC
Oh yes, I'm using gcc-3.4.4 Hmm, I'd say that you don't need crossdev for this at all... I know it's a little too much. I even found out another way to do it. But a i586 compiler is needed because I'm using distcc and it needs a i586-pc-linux-gnu-g++ (for instance) on the compiler farm machines. Just symlinking i686-pc-linux-gnu-g++ -> i585-.... doesn't work. But the fact is that crossdev didn't create a c++ compiler in stage 3 :) so create symlinks for i586-pc-linux-gnu to 1686-pc-linux-gnu I said that symlinking i586-.... to i686-.... doesn't work! But the real problem is that crossdev isn't creating the c++ in the stage 3. That is the bug. |