Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-16 | - use shlib_version for major/minor lib revs | Brad Smith | |
- take CC/CXX into consideration with autoconf - put libtool_VERSION in configure back to the stock value (same as configure.in) ok millert@ drahn@ | |||
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-07-13 | bump these again, depending on gcc2/gcc3 a different library is installed | Dale Rahn | |
and they have different major numbers to prevent collision. | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-05-27 | for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc ↵ | Michael Shalayeff | |
used for shlib linking; espie@ ok | |||
2004-04-21 | Add luna88k related directories and information to the build infrastructure. | Miod Vallat | |
ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||
2004-03-19 | Stricter file permissions upon install. | Miod Vallat | |
ok espie@ | |||
2004-02-27 | cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we want | Theo de Raadt | |
the toolchain to remain at the name x86_64. Tested on all other architectures that care. Done as very small snippets, so that espie does not blow a fuse. | |||
2004-02-09 | Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@ | Dale Rahn | |
2004-01-31 | fix a few #if MACRO -> #if defined(MACRO) (-Wsystem-headers clean-up) | Marc Espie | |
naddy, sturm, brad: tests, comments, fixes... thanks. | |||
2004-01-13 | avoid installing headers during `install', since this is already done | Marc Espie | |
during `includes'. | |||
2004-01-12 | better fix for non-versioned rebuild bug: backport from gcc HEAD, | Marc Espie | |
submitted for the 3.3 branch. | |||
2004-01-09 | let configure find out whether gcc has sjlj configured or not... | Marc Espie | |
2004-01-07 | missed one v3 | Marc Espie | |
2004-01-05 | libstdc++-v3 -> libstdc++ | Marc Espie | |
2004-01-05 | make sure libstdc++ doesn't get rebuilt all the time. | Marc Espie | |
2004-01-05 | deal with the usual libtool nonsense crap. | Marc Espie | |
2004-01-05 | use installed compiler for tests | Marc Espie | |
2004-01-05 | point other srcdirs to variable locations, so that Makefile.bsd-wrapper | Marc Espie | |
can adjust them for the OpenBSD src tree. | |||
2004-01-05 | adjust version for soname. | Marc Espie | |
2004-01-05 | single out include dir so that we can do `make includes' from | Marc Espie | |
Makefile.bsd-wrapper. | |||
2004-01-05 | basic infrastructure for OpenBSD | Marc Espie | |
2004-01-05 | standard C++ library for gcc 3.x | Marc Espie | |