summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/config.guess
AgeCommit message (Collapse)Author
2005-04-16amd64 canonicalizationMark Kettenis
ok pvalchev@, fine deraadt@
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-11add zaurus in right place (before wild card)Theo de Raadt
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
- extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@.
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-05-17Resolve merge conflicts, adjust method of W^X handing (.sh files)Dale Rahn
remove testsuites (not useable) remove mmalloc (not part of new binutils).
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-02-10configs for amd64; brad@ okMichael Shalayeff
2003-10-31add pegasos to config.guess matchesDale Rahn
2002-10-21make it compile through the gdb, still needs more work; fgsch@ okMichael Shalayeff
2002-05-13resolve conflicts.Federico G. Schwindt
2001-09-01config changes to tell configure that macppc is a powerpc. Fixes thisDale Rahn
issue for mvmeppc at the same time.
2001-06-09Automatic cvs merge. Dread what I will have to fix after this excuseMarc Espie
of a program is done...
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1997-04-13More consistent MIPS configPer Fogelstrom
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-01-10Change all mips ports to use mips-unknown-openbsd2.0 like gcc does.imp
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however.
1996-12-12Add OpenBSD/arc support to gdb, from pefoimp
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist
1996-09-30pmax support; from graichenTheo de Raadt
1996-09-04Merge the Cygnus 960904 sourcesNiklas Hallqvist
1996-07-14Fixes to make MIPS arc port to use in tree binutils.Per Fogelstrom
1996-06-09Resolve conflicts with 0609 Cygnus importNiklas Hallqvist
1996-06-07Resolved conflicts with latest Cygnus import and our local changesNiklas Hallqvist
1996-01-08Tweaks for OpenBSD:Niklas Hallqvist
1) recognize OpenBSD at various places 2) m68k-cbm-* is *NOT* ELF always 3) clean-info must be called before distclean in the GAS realclean target 4) don't install unformatted ma-pages 5) add a Makefile.bsd-wrapper 6) just build gas through Makefile.bsd-wrapper yet There are still other things to do...
1996-01-08Initial GNU binutils 2.6 importNiklas Hallqvist