Subject: Re: GCC cross compiler for sun on linux?
To: None <wayne@hoxnet.com>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 03/08/1998 13:34:40
Others have probably done this more recently than I, but the
last time I built a cross-compiler for the m68k, I used:

  gzip  gcc-xyzzy.tar.gz |tar xvf - 
  mkdir gcc-xyzzy-m68k
  cd    gcc-xyzzy-m68k
  sh ../gcc-xyzzy/configure \
	--host=sparc-sun-sunos4 \
	--target=m68k-unknown-netbsd

I hope that helps.