[gnu.gcc] Needed: Cross GNU C compiler: 88000 --> 680x0

abc@Matrix.COM (Alan Clegg) (08/17/90)

Along the same lines as the person wanting a Sparc -> 88000 cross compiler, 
has anyone compiled GNU C on the AViiON (m88k) to create 680x0 code?

-abc
-- 
Alan B. Clegg				uucp:  ...!mcnc!matrx!abc
Matrix Corporation			inet: abc@matrix.com             
Raleigh, NC
 "They were all wrong.  The workstation model is obsolete." A. Tanenbaum

rfg@NCD.COM (Ron Guilmette) (08/18/90)

In article <1990Aug16.193046.4585@Matrix.COM> abc@matrix.com (Alan Clegg) writes:
>Along the same lines as the person wanting a Sparc -> 88000 cross compiler, 
>has anyone compiled GNU C on the AViiON (m88k) to create 680x0 code?

No, but once again, it should be trivial.  Just select which type of 68k
target system you plan on using (GCC supports several), then type:

	config.gcc <target-type>

where <target-type> is the type of the target you selected.  Then do:

	rm -f config.h
	ln -s config/xm-m88kdgux.h config.h

Then make it.
-- 

// Ron Guilmette  -  C++ Entomologist
// Internet: rfg@ncd.com      uucp: ...uunet!lupine!rfg
// Motto:  If it sticks, force it.  If it breaks, it needed replacing anyway.