change just host of cross compiler

Dan Kegel dank@kegel.com
Fri May 7 07:24:00 GMT 2004


lazer1 wrote:
> *** Configuration m68k-unknown-amigaos not supported
> Configure in /Ports/gcc-3.3.1-aros/gcc failed, exiting.
> $ 
> 
> I cannot see where "*** Configuration m68k-unknown-amigaos not supported"
> is coming from,

Use the grep, Luke!

[dank@dual gcc-3.3.2]$ find . -type f | xargs grep 'Configuration.*not supported'
./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
./gcc/config.gcc:       echo "*** Configuration $machine not supported" 1>&2
...

Examine gcc/config.gcc for more info.  Is there a patch somewhere
used by amiga folk when they build gcc, perhaps?  Ah, yes:
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00329.html
You might need to look at that and use the same gcc version he's starting with.

> this is to create a cross compiler, I thought the host is irrelevant
> isnt it just the target that matters?

The host isn't completely irrelevant...
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list