Re: OT: GCC cross compiling

2002-01-16 Thread David Z Maze
Raffaele Sandrini <[EMAIL PROTECTED]> writes: > Do i have to compile a special GCC for every source and destination > platform or can i specify the destination on the command line? (the > manual is a bit weird about that) I believe you need to compile a separate gcc for each host/target. The cross

Re: OT: GCC cross compiling

2002-01-16 Thread dman
On Wed, Jan 16, 2002 at 11:50:37AM +0100, Raffaele Sandrini wrote: | Hi, | | I have a genera crosscompiling quetion: | | Do i have to compile a special GCC for every source and destination platform | or can i specify the destination on the command line? (the manual is a bit | weird about th

OT: GCC cross compiling

2002-01-16 Thread Raffaele Sandrini
Hi, I have a genera crosscompiling quetion: Do i have to compile a special GCC for every source and destination platform or can i specify the destination on the command line? (the manual is a bit weird about that) Do i have to compile a libc for that platform? Do i have to link staticly?