summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1998-03-26Only build/install everything for alpha, mips, and powerpc. Others willlTodd C. Miller
just get gdb. This will be used in the future when we use the binutils gdb for all platforms. As things stand right now, this change affects nothing since only alpha, mips, and powerpc use binutils.
1998-03-26Pass in SUBDIRS variable for "make install" like we do for "make all".Todd C. Miller
Required for when we use binutils gdb for all ports.
1998-03-25shlib soon...Per Fogelstrom
1998-03-25use sysv4.hPer Fogelstrom
1998-03-25Add openbsd as targetPer Fogelstrom
1998-03-25don't localise .lcomm if it's defined .globlPer Fogelstrom
1998-03-19Make Makefile.bsd=wrapper match Makefile.inNiklas Hallqvist
1998-03-18Correct object format to collectPer Fogelstrom
1998-03-18make -R /path/to/lib work the same as -R/path/to/libMarco S Hyman
Thanks to <Marc.Espie@liafa.jussieu.fr> for pointing this out.
1998-03-14install helpfiles in locally. -mojMats O Jansson
1998-03-13Remove the check for char subscripts in -Wall again, somehow thisTodd C. Miller
got lost in the gcc 2.8.1 upgrade.
1998-03-12Integrate local changesThorsten Lockert
1998-03-12Latest version from Cyclic; files missed in first runThorsten Lockert
1998-03-12Latest version from CyclicThorsten Lockert
1998-03-11Pass on -R to ld. Marco S Hyman <marc@snafu.org>Todd C. Miller
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11default to our web pageTheo de Raadt
1998-03-11support non-executable shell scriptsTheo de Raadt
1998-03-11add lynx. -mojMats O Jansson
1998-03-11make it work in our world... -mojMats O Jansson
1998-03-11Lynx 2.8Mats O Jansson
1998-03-08In "make includes" don't try to install a file called '*.h'Todd C. Miller
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-07Don't make -Wall imply -Wchar-subscripts as that warning is justTodd C. Miller
plain stupid.
1998-03-07add dummy.h to CLEANFILESTodd C. Miller
1998-03-07fix typoTodd C. Miller
1998-03-07This probably should not have made it into the libg++-2.8.0 tarball.Todd C. Miller
1998-03-06This file belongs in the obj/ dir, go awayNiklas Hallqvist
1998-03-06Do not install a ${arch}-unknown-openbsd2.x linkNiklas Hallqvist
1998-03-05Minor formatting, capitalization, and punctuation changes.Todd C. Miller
Aaron Jackson <jackson@msrce.howard.edu>
1998-03-04Don't try and rebuild configure with autoconf. We have no guaranteeTodd C. Miller
that the timestamp on configure will be newer than configure.in...
1998-03-04use mkstemp() correctly, i thinkTheo de Raadt
1998-03-04fix cmp of g++ include filesTodd C. Miller
1998-03-04Typos...Angelos D. Keromytis
1998-03-04Make it a little bit cleaner, and make sure temp files get deleted.Angelos D. Keromytis
Thanks Theo.
1998-03-04tmpnam() -> mkstemp()Angelos D. Keromytis
1998-03-04Remove window of ^C "opportunity" -- could leave junk files in /tmpAngelos D. Keromytis
1998-03-04mktemp() -> mkstemp()Angelos D. Keromytis
1998-03-04Fix mktemp()->mkstemp()...Angelos D. Keromytis
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03Files from libg++ 2.8.0 that cvs erroneously placed in the trunk.Todd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03rewrite construct that made GCC 2.8 do an implicit memset before libcNiklas Hallqvist
is there
1998-02-28A merge of the late resolution of symbols code Ian Lance Taylor added toNiklas Hallqvist
gas2 back in 1993. gcc2.8 generates code which relies on this.