tech-toolchain: Re: Proposed change to GNU config.guess
Subject: Re: Proposed change to GNU config.guess
To: Andrew Cagney
<ac131313@cygnus.com>
From: Ben Elliston
<bje@cygnus.com>
List: tech-toolchain
Date: 12/10/1999 00:35:48
> > echo "int x;" > foo.c; cc -c foo.c -o foo.o && file foo.o; rm foo.[co]
> Unfortunatly it only provides a positive identification of COFF/ECOFF.
Oh. On Linux, we get "[QZN]MAGIC" in the identification. That's
surprising--it almost seems like a failing on the part of /etc/magic.
Ben