summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
AgeCommit message (Collapse)Author
1996-04-17use sh, not $SHELL.. because the latter might be something like cshTheo de Raadt
1996-03-28Moved GNU spec stuff into Makefile.bsd-wrapper1 using PREREQ variable.etheisen
This makes full BSD build support a reality for libiberty. make obj tags depends now works. General cleanup and commenting.
1996-03-27Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missingNiklas Hallqvist
dependencies.
1996-03-26Make "make obj" work, make builds to obj directories work. Don't putNiklas Hallqvist
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line.
1996-03-26Make "make obj" work, make builds to obj directories work. Don't putNiklas Hallqvist
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line.
1996-03-16Allow native BSD build of libg++ 2.7.1. This is a complete replacement ofetheisen
the GNU build procedure, not a wrapper. Generates standard, profiled, shared object, and shared library versions of libiberty, libstdc++, and libg++. libiberty version 0.0, libstdc++ version 27.1, and libg++ version 27.1. Requires modification of bsd.subdir.mk pmake include. Targets linked with the shared libraries libstdc++ and libg++ will, by default, automatically be run time linked with libm and libcurses.
1996-03-16Allow standard GNU build with openbsd.etheisen
1996-03-15Reinstate dead COPYING for libg++ 2.7.1Niklas Hallqvist
1996-03-15Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen)Niklas Hallqvist
1996-03-15Removed for 2.7.1 import.etheisen
1996-02-20Fixed typo introduced in last changeNiklas Hallqvist
1996-02-18Check the for GCC >= 3.X (no it's not even started on yet :-) ) in theNiklas Hallqvist
name mangling dependent code.
1995-12-21Make libg++ compileable with recent GCC versions. This means:Niklas Hallqvist
recognize changed name mangling, correct ambiguous overload resolution and adhere to new C++ scoping rules.
1995-12-21Make libg++ compileable with recent GCC versions. This means:Niklas Hallqvist
recognize changed name mangling, correct ambiguous overload resolution and adhere to new C++ scoping rules.
1995-12-17skip local defn of MAXFLOAT; libg++ will be updated soon anywaysTheo de Raadt
1995-12-14update from netbsd; parallel make stuffTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt