Subject: Re: GNU config.guess and netbsd{aout,elf,}
To: None <tech-toolchain@netbsd.org>
From: Andrew Cagney <ac131313@cygnus.com>
List: tech-toolchain
Date: 12/03/1999 20:47:31
Hmm,
(Now that I get to try and do something).
On a second, closely related matter, NetBSD currently fills in the
vendor field for some targets:
echo m68k-cbm-netbsd${UNAME_RELEASE}
echo m68k-atari-netbsd${UNAME_RELEASE}
echo m68k-sun-netbsd${UNAME_RELEASE}
echo m68k-apple-netbsd${UNAME_RELEASE}
echo powerpc-apple-netbsd${UNAME_RELEASE}
echo m68k-hp-netbsd${UNAME_RELEASE}
Should it be doing that. Is there any reason why a mac68k binary won't
run on an atari 68k?
(I suspect I'll end up preserving the status quo for the moment - lets
break one thing at a time :-)
Andrew