OSDN Git Service

Cleanup the toploevel makefile handing of shared libs. Add weak_alias
[uclinux-h8/uClibc.git] / extra /
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-06-11 Eric AndersenDefault to malloc-930716 for x86
2001-06-07 David McCulloughUp the m68k defaults a little so that uClibc will suppo...
2001-06-02 Manuel Novoa III Add locale-enabled strcoll function from vodz, plus...
2001-05-31 Manuel Novoa III Added cmdline options --uclibc-use-build-dir and -...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-30 Manuel Novoa III Look's like I need to disable the rpath stuff for now...
2001-05-30 Manuel Novoa III Revert behavior of wrapper to not use dynamic linker...
2001-05-29 Eric AndersenDefine "NM = $(CROSS)nm" and use $NM and $AR in get...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-27 Manuel Novoa III Revert behavior to either INSTALL_DIR or BUILD_DIR...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-21 Eric AndersenPatch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
2001-05-17 Eric AndersenFix up some problems noted by August Hoerandl <ahoerand...
2001-05-16 Eric AndersenFix up a few little problems
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-07 Eric AndersenUse the symbolic name, don't hard code.
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-04 Eric AndersenThis is kindof neat. With this update, you can now...
2001-05-03 Eric AndersenAvoid needing to distinguis between the install dir...
2001-04-26 Eric AndersenDon't hard-code the major number
2001-04-25 Eric AndersenFix up default .so number. This should avoid conflicts...
2001-04-25 Eric AndersenRevert my ill-advised change to force the shared lib...
2001-04-23 Eric AndersenMake sure that we list the shared lib loader as a requi...
2001-04-23 Eric AndersenDefine where the shared lib loader now lives...
2001-04-20 Eric AndersenUpdate the ignore targets
2001-04-20 Manuel Novoa III Update the gcc wrapper. Changes described in the notes...
2001-04-07 Manuel Novoa III Fix dynamic linking bug. If you need -ldl, you must...
2001-04-06 Eric AndersenUpdate the ignore file to match
2001-04-06 Eric AndersenMake a naming change to be consistent with other cross...
2001-03-19 Manuel Novoa III Small change from Vladimir.
2001-03-18 Manuel Novoa III Part of the shared lib build rework.
2001-03-18 Manuel Novoa III Part of the ctype locale support.
2001-02-28 Eric AndersenThis evening I've been investigating why linking with...
2001-02-15 Manuel Novoa III Hack DYNAMIC_LINKER setting for now.
2001-02-09 Eric AndersenTry to automagically pick the correct dynamic linker.
2001-01-30 Manuel Novoa III Hide some unnecessary output. Check cvs logging script.
2001-01-25 Manuel Novoa III Clean up atexit.c; make sure sysconf and atexit agree...
2001-01-23 Eric AndersenAlways use system libc, to facilitate bootstrapping...
2001-01-17 Manuel Novoa III Set dynamic linker used to /lib/ld-linux.so.1. Changea...
2001-01-17 Manuel Novoa III Adapted to handle shared libraries as well as static...
2001-01-16 Eric AndersenOops. Forgot to check these in...
2001-01-15 Eric AndersenRemove and ignore unwanted generated binaries
2001-01-15 Eric AndersenFirst pass at making this work with the new libcrt0...
2001-01-12 Eric AndersenIgnore generated files.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...