summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
to find each other. okay niklas@ (`deja-vu')
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2004-12-30Actual synch with 3.3.5.Marc Espie
Changes in Makefile.bsd-wrapper to avoid prereq. Fix in lib*/config.h.in to include the right ones and get the correct definitions. Bump of shlib_version accordingly.
2004-12-24result of mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24mergeMarc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-12-24result from merge... highly weird, since dale mixed things upMarc Espie
and we're going back, as his libf2c 3.3.2 is actually libf2c 3.2.3.
2004-12-24fix up conflictsMarc Espie
2004-10-16- use shlib_version for major/minor lib revsBrad 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-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-08-30cute side-effect of bsd.lib.mk, some typos only show up with make tags.Marc Espie
noticed by marco@ okay millert@
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-08-09Remove second instance of nls.c from the file list.Per Fogelstrom
OK from kettenis@, deraadt@
2004-07-13bump these again, depending on gcc2/gcc3 a different library is installedDale Rahn
and they have different major numbers to prevent collision.
2004-07-13errno changes, lib major version bumps, and general flag dayMarco 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-07-04cats -> arm; miod okTheo de Raadt
2004-05-27for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc ↵Michael Shalayeff
used for shlib linking; espie@ ok
2004-05-20Correctly copy text into line buffer.Mark Kettenis
ok miod@
2004-05-17Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library.Mark Kettenis
ok otto@, pval@
2004-05-10Resolve conflicts for GNU readline 4.3p5.Mark Kettenis
ok deraadt@, otto@, pval@
2004-05-10GNU readline 4.3p5Mark Kettenis
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
ok deraadt@, millert@, krw@ - mdoc ok jmc@
2004-03-19Stricter file permissions upon install.Miod Vallat
ok espie@
2004-03-03Do not segfault writing an empty history list to a file. Resolves PR 3690.Otto Moerbeek
ok tdeval@ markus@
2004-03-01Build libf2c on gcc3 architectures, ok deraadt@Dale Rahn
2004-02-29Build this properly on OpenBSD.Dale Rahn
2004-02-29Import of libf2c from gcc3.3.2Dale Rahn
2004-02-27cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we wantTheo 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-09Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@Dale Rahn
2004-01-31fix a few #if MACRO -> #if defined(MACRO) (-Wsystem-headers clean-up)Marc Espie
naddy, sturm, brad: tests, comments, fixes... thanks.
2004-01-23USE_GCC3 switch, now that propolice is in.Marc Espie
2004-01-15zap old 2.95.3 fileMarc Espie
2004-01-15gotta hate those hidden files...Marc Espie
2004-01-15OpenBSD specific infrastructureMarc Espie
2004-01-15adjust actual dependencies on locations in the src treeMarc Espie
2004-01-15put directory names into variable so they're overridable.Marc Espie
2004-01-15bump to gcc 3.3.2Marc Espie
2004-01-15move libobjc around to its own directory (from src/gnu/egcs/libobjc)Marc Espie
2004-01-13avoid installing headers during `install', since this is already doneMarc Espie
during `includes'.
2004-01-12better fix for non-versioned rebuild bug: backport from gcc HEAD,Marc Espie
submitted for the 3.3 branch.
2004-01-09let configure find out whether gcc has sjlj configured or not...Marc Espie
2004-01-07missed one v3Marc Espie
2004-01-05libstdc++-v3 -> libstdc++Marc Espie
2004-01-05make sure libstdc++ doesn't get rebuilt all the time.Marc Espie
2004-01-05deal with the usual libtool nonsense crap.Marc Espie
2004-01-05use installed compiler for testsMarc Espie
2004-01-05point other srcdirs to variable locations, so that Makefile.bsd-wrapperMarc Espie
can adjust them for the OpenBSD src tree.