summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1996-02-06Pass CFLAGS into gnu build.etheisen
1996-02-05Fix typo; NetBSD PR #2021Thorsten Lockert
1996-02-05Cleanup files gnu make distclean missed.etheisen
1996-02-05These files are not needed as they are generated during build.etheisen
1996-02-04Pass CFLAGS onto GNU build.etheisen
Set g++ include to /usr/include/g++.
1996-02-04Uncommented %expect. No longer needed as yacc now supports keyword.etheisen
1996-02-02More files to smash while making clean.etheisen
1996-02-02Added /usr/include to include path. Quiets down redefinition warningsetheisen
caused by conflicts between gcc 2.7.2 headers and system headers.
1996-02-02Undo LDSTATIC change. Possibly needed.etheisen
1996-02-02Added default info path to match our directory structure.etheisen
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. Initially we only want gas, even though we're not even there yet.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values.
1996-02-02"make -f Makefile.bsd-wrapper config" should *really* config, andNiklas Hallqvist
never use cached values. The new cvs-version made me notice this.
1996-02-01$(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message whileNiklas Hallqvist
configuring.
1996-01-30Use "distclean" for cleaning, not "realclean"Thorsten Lockert
1996-01-30Integrate local changesThorsten Lockert
1996-01-30Missed files from 1.7.1 importThorsten Lockert
1996-01-30Upgrade to 1.7.1 snapshotThorsten Lockert
1996-01-29if CVSREADONLYFS, access to the history file is irrelevantTheo de Raadt
1996-01-29from netbsdTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146.
1996-01-15Fix typo so two -L options can be fed to rcsdiff.Niklas Hallqvist
1996-01-12from netbsd:Theo de Raadt
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used).
1996-01-12from netbsd:Theo de Raadt
Create v.2 hint files. Note: don't bother to understand v.1 files..
1996-01-12clean betterTheo de Raadt
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-11Remove obsolete GCCNiklas Hallqvist
1996-01-08Add OpenBSD configuration, it's exactly like NetBSD.Niklas Hallqvist
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08Support OpenBSD configuration, by cloning NetBSD config entries.Niklas Hallqvist
1996-01-08Support OpenBSD configuration, by cloning NetBSD config entries.Niklas 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
1996-01-07Fix it so we can resurrect dead files on tagged branches.Niklas Hallqvist
1996-01-07diff(1) invokes pr(1) with invalid option "-f";Theo de Raadt
from earle@netbsd4me.jpl.nasa.gov; netbsd pr#1896
1996-01-05fix, and handle openbsd case tooTheo de Raadt
1996-01-05use gcc 2.7.2 on all architectures. any port that breaks should be fixedTheo de Raadt
1996-01-03from netbsd; Use getrlimit() instead of vlimit(), like BSD/OS and OSF/1 doTheo de Raadt
1996-01-02This file should be generated in the obj-dir and is veryNiklas Hallqvist
unhealthy to have in the source dir as it gets used instead of the correct generated one
1996-01-01cannot assume BINDIR is setupTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
Simplify update of r_addend field in relocation record if `-r' is on. The old quirky code did strange things.
1995-12-27from netbsd; add some castsTheo de Raadt
1995-12-27Support LDSTATIC and BINDIRNiklas Hallqvist
1995-12-25As ld.so does relocation behind the compiler's back don't cacheNiklas Hallqvist
function addresses in registers.
1995-12-23add configurations for all the other platformsTheo de Raadt
1995-12-22add texinfoNiklas Hallqvist