m88k in cross compilation
Ian Lance Taylor
ian@airs.com
Wed Dec 14 20:09:00 GMT 2005
Palmax Maverick <palmax@gmail.com> writes:
> I want to cross compile to m88k from my x86 computer with GNU/Debian stable.
> I read your manual and I think that I have to compile gcc with
> "--target=m88k" flag, because I don't find any debian package for do
> it.
Note that m88k support was removed from gcc as of the 3.4 release.
The last release to support the m88k was 3.3.
> I'm a newbie in gcc compilations and I don't want to delete my basic
> gcc installation, and I don't know how can I separate these 2
> installations.
By default they will not conflict. You can ensure it by using
--prefix when you configure the cross-compiler.
Ian
More information about the Gcc-help
mailing list