Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-22 | A possible make recursion case blown away | Niklas Hallqvist | |
1996-05-19 | The former build assumed either no separate objdirs, or objdir links to a | Niklas Hallqvist | |
separate equivalent hierarchy. There are two cases where this does not hold: 1. When the objdirs are real directories in the src tree, i.e. not links. 2. When OBJMACHINE is set. Fix these remaining cases. | |||
1996-05-13 | Don't do PREREQ's when making obj. | Niklas Hallqvist | |
1996-04-17 | use sh, not $SHELL.. because the latter might be something like csh | Theo de Raadt | |
1996-03-28 | Moved 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-27 | Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missing | Niklas Hallqvist | |
dependencies. | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas 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-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas 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-16 | Allow native BSD build of libg++ 2.7.1. This is a complete replacement of | etheisen | |
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-16 | Allow standard GNU build with openbsd. | etheisen | |
1996-03-15 | Reinstate dead COPYING for libg++ 2.7.1 | Niklas Hallqvist | |
1996-03-15 | Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen) | Niklas Hallqvist | |
1996-03-15 | Removed for 2.7.1 import. | etheisen | |
1996-02-20 | Fixed typo introduced in last change | Niklas Hallqvist | |
1996-02-18 | Check the for GCC >= 3.X (no it's not even started on yet :-) ) in the | Niklas Hallqvist | |
name mangling dependent code. | |||
1996-02-06 | Include path /usr/include no longer needed. | etheisen | |
1996-02-02 | Added /usr/include to include path. Quiets down redefinition warnings | etheisen | |
caused by conflicts between gcc 2.7.2 headers and system headers. | |||
1996-01-05 | fix, and handle openbsd case too | Theo de Raadt | |
1996-01-03 | from netbsd; Use getrlimit() instead of vlimit(), like BSD/OS and OSF/1 do | Theo de Raadt | |
1995-12-21 | Make 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-21 | Make 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-17 | skip local defn of MAXFLOAT; libg++ will be updated soon anyways | Theo de Raadt | |
1995-12-14 | update from netbsd; parallel make stuff | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |