Re: [gentoo-user] GCC with multiple targets

2011-11-18 Thread David W Noon
On Fri, 18 Nov 2011 17:49:04 +0100, Kamil Domański wrote about [gentoo-user] GCC with multiple targets: > I've been trying to figure out a way to emerge GCC with multiple > target architectures, so for example "gcc-config -l" would give me: > [1] x86_64-pc-linux-gnu-4.6.

Re: [gentoo-user] GCC with multiple targets

2011-11-18 Thread Kamil Domański
On Friday 18 November 2011 20:24:00 Érico Porto wrote: > Which arch is it? Ppc, arm... ? If it is power pc I have a working gcc, but > mine I got directly from Freescale - didn't emerged, but still got sources. Nope, it's sparc-leon-v9. Kamil Domański

Re: [gentoo-user] GCC with multiple targets

2011-11-18 Thread Érico Porto
Which arch is it? Ppc, arm... ? If it is power pc I have a working gcc, but mine I got directly from Freescale - didn't emerged, but still got sources. Érico V. Porto 2011/11/18 Kamil Domański > Hey guys, > I've been trying to figure out a way to emerge GCC with multiple target > architectures

[gentoo-user] GCC with multiple targets

2011-11-18 Thread Kamil Domański
Hey guys, I've been trying to figure out a way to emerge GCC with multiple target architectures, so for example "gcc-config -l" would give me: [1] x86_64-pc-linux-gnu-4.6.2 [2] some-arch-linux-gnu-4.6.2 and with this I hope I could prepare a base system for an embedded device. Any information I