Xref: utzoo comp.sys.m88k:284 gnu.gcc:1905 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!lupine!rfg From: rfg@NCD.COM (Ron Guilmette) Newsgroups: comp.sys.m88k,gnu.gcc Subject: Re: Needed: Cross GNU C compiler: 88000 --> 680x0 Message-ID: <1236@lupine.NCD.COM> Date: 18 Aug 90 08:46:49 GMT References: <1990Aug16.193046.4585@Matrix.COM> Followup-To: comp.sys.m88k Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 20 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 where 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.