This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: What to do about macppc-unknown-netbsd...


On Jan 30, 2001, Bruce Korb <bkorb@allegronetworks.com> wrote:

> the `config.guess' code, of course, uses `uname -m`.
> It would seem more straight forward to try to use `uname -p`

On GNU/Linux/x86 (Red Hat Linux 7, if that matters):

aoliva% /bin/uname -p
unknown

Err, not very useful...  But:

aoliva% /bin/uname -m
i686

uname is from GNU sh-utils 2.0.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]