summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
2000-02-04Allow spaces in CCNiklas Hallqvist
1999-09-24Cleaning up my tree...Marc Espie
1999-05-26old libg++, replaced by part of egcs.Marc Espie
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-03-04Build info files from all: as they should beNiklas Hallqvist
1999-02-11support non-ELF build environmentsTheo de Raadt
1998-12-05NOMAN fixeskstailey
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-09-20Append "-idirafter ${DESTDIR}/usr/include/g++" to CPPFLAGS if DESTDIR isTodd C. Miller
specified so we can find gcc-installed c++ includes. dm@openbsd.org
1998-09-10clean up some files 'make distclean' on the GNU Makefile does not clean upTodd C. Miller
1998-08-07Do not build the libiberty version of vasprintf, use the version that isDale S. Rahn
in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing.
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-06-07make includes supportTodd C. Miller
1998-06-07$(INSTALL) not installTodd C. Miller
1998-03-19Make Makefile.bsd=wrapper match Makefile.inNiklas Hallqvist
1998-03-08In "make includes" don't try to install a file called '*.h'Todd C. Miller
1998-03-07add dummy.h to CLEANFILESTodd C. Miller
1998-03-07This probably should not have made it into the libg++-2.8.0 tarball.Todd C. Miller
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
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-02-03Just update from newer version included with binutils.Todd C. Miller
1998-02-03Fix formatting so makewahtis.sed can deal, noted by TheoTodd C. Miller
1997-11-19Fixed building on a read-only src-tree.Artur Grabowski
1997-11-04GLOBAL_AUTCONF_CACHEkstailey
1997-10-13Use generic .c vers until asm fixed (PPC)Per Fogelstrom
1997-10-05Make it compile on vax. -mojMats O Jansson
1997-09-20Support for building libgmp only if something has changed.Tobias Weingartner
This helps me with not having root re-build libgmp every- time I install the system.
1997-08-27DOH! did I not revert this yesterday? our gcc can't deal with correctNiklas Hallqvist
C++ code :-(
1997-08-26Updated to Cygnus versions (egcs uncovered many bugs)Niklas Hallqvist
1997-08-26getline template badly instantiated, found by compiling with egcsNiklas Hallqvist
1997-08-03mips needs -call_shared to as for asm codePer Fogelstrom
1997-07-28Use the config.guess we have elsewhere, brings us arc supportNiklas Hallqvist
1997-07-28support mvme68k; also change all m68k architectures to be -unknown-Theo de Raadt
1997-07-10add a bunch of ${config_shell} or $(SHELL) so that also libgmp configuresThomas Graichen
and builds fine in a fresh ctm'ed or whatever tree without expecting any scripts to be executable
1997-06-30remove: insque.o insque.po insque.so tmpnam.o tmpnam.po tmpnam.sokstailey
1997-06-28It was in the fucking wrapper, too!Jason Downs
Texinfo updates the dir node, NOT individual packages!
1997-06-28Don't attempt to edit a dir file that doesn't exist yet!Jason Downs
1997-06-25make install work first timeNiels Provos
1997-06-24add libgmpNiels Provos
1997-06-24import of libgmp-2.0.2. Makefile.bsd-wrappers need to be worked on.Niels Provos
1997-06-06fix a problem where make works once and fails on a second try due to some ↵grr
symlink already existing
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-02-21ld(1) now works; link shared library against -lcurses againThorsten Lockert
1997-01-19work around linker problems on the mips (explicitely link withThomas Graichen
-ltermlib)
1996-10-27link against -lcurses until ld is fixedTheo de Raadt