This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: change just host of cross compiler


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]