summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-17Fix typo.David Schleef
2001-07-17Changes to build cross-compiling librariesDavid Schleef
2001-07-17Better rule for locating dynamic linkerDavid Schleef
2001-07-17search_for_named_library forgot to wipe the target string, so each timeEric Andersen
2001-07-17Elimintate spurious trailing /Eric Andersen
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-17Fix missing function when USE_CACHE is enabledEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Forgot this...Eric Andersen
2001-07-17We already have tar.h, so might as well include cpio.h as well...Eric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-16use ln -fsEric Andersen
2001-07-13Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-13fixperms needs the correct name for ld-uClibcDavid Schleef
2001-07-13PowerPC has a different kernel interface for termios. Grrr...David Schleef
2001-07-13The previous termios.h strongly appeared to be from a differentDavid Schleef
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
2001-07-12Add missing in_addr_tEric Andersen
2001-07-12Added #ifdef DEBUG where appropriate.David Schleef
2001-07-12First cut of PowerPC port. It works for hello world, but has lotsDavid Schleef
2001-07-12Small fixups for powerpcDavid Schleef
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-07-11The main part of the C++ support is the definition of __BEGIN_DECLSDavid McCullough
2001-07-11The weak_alias macro was not genertaing asm with the correct alias names.David McCullough
2001-07-11Fixup the atexit weak alias for elf, need to include <features.h> toDavid McCullough
2001-07-11Seems weak_alias wasn't working as expected...Eric Andersen
2001-07-11ldd rewrite is doneEric Andersen
2001-07-11Rewrite of ldd so it works as expected, and does not invoke theEric Andersen
2001-07-10Fix the code for finding the interpreter, which was I hadEric Andersen
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-07-09Workaround an old m68k-coff compiler problemEric Andersen
2001-07-06This config seems to be basically correct for arm uClinux systems.Eric Andersen
2001-07-06Fix strxfrm, which was broken (thanks to Shaya Potter <spotter@us.ibm.com>Eric Andersen
2001-07-06Note missing shadow supportEric Andersen
2001-07-05Don't change options on based on path -- use command line options orEric Andersen
2001-07-05forkpty.c uses fork(), and so must be disabled when HAS_MMU=falseEric Andersen
2001-07-05Note that ldd needs a rewriteEric Andersen
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough
2001-07-04If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather thanDavid McCullough
2001-07-04Make shared library installation conditionalDavid Schleef
2001-07-04Install a link for /lib/ld-uclibc.so.0David Schleef
2001-07-04Fix missing libresolv.soEric Andersen
2001-07-04The prototype Config file for x86 was changed to Config.i386David Schleef
2001-07-04Renamed as extra/Configs/Config.i386Eric Andersen
2001-07-04*** empty log message ***David Schleef
2001-07-03Finish up merging the arm port into the main tree.Eric Andersen
2001-07-03Merge the arm port into the main tree. The final version (the one thatEric Andersen