summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-15Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen
2001-06-14Some silly grammar stuffEric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-06-13Fix a really stupid bug with ttyname, thanks to a patch fromEric Andersen
2001-06-13Don't create a fake readelf app. We are creating a real one now.Eric Andersen
2001-06-13Default to something like a strongArm, (i.e. has an MMU)Eric Andersen
2001-06-13A few new todo itemsEric Andersen
2001-06-13Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.Manuel Novoa III
2001-06-13Add warning message if Config doesn't existDavid Schleef
2001-06-13Fix printf handling of %p to prepend "0x" since output is in hex.Manuel Novoa III
2001-06-13Use sys/mman.h not asm/mman.h -- we don't want kernel headers...Eric Andersen
2001-06-12Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg>Eric Andersen
2001-06-12Make sure these use the local sysdep.h header fileEric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-06-12Some socket cleanupsEric Andersen
2001-06-12Silence a few warnings.Eric Andersen
2001-06-12Default to testing shared libs.Eric Andersen
2001-06-11Default to malloc-930716 for x86Eric Andersen
2001-06-11Get rid of the unused LDSO_VERSIONEric Andersen
2001-06-11Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.Manuel Novoa III
2001-06-07Add in a test for outb (that currently fails)Eric Andersen
2001-06-07Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...Manuel Novoa III
2001-06-07The m68k-elf compiler chokes on this code when compiling for PIC asDavid McCullough
2001-06-07Changes needed to build the ldso dir for m68k. I haven't tested it,David McCullough
2001-06-07ldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work forDavid McCullough
2001-06-07Up the m68k defaults a little so that uClibc will support a g++ build.David McCullough
2001-06-07Change the last 2 "make" invocations to use $(MAKE).David McCullough
2001-06-05Update the TODO fileEric Andersen
2001-06-04Add a new 'readelf' util I wrote this weekend.Eric Andersen
2001-06-04Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen
2001-06-02Update the todo. Add my personal list.Manuel Novoa III
2001-06-02Add locale-enabled strcoll function from vodz, plus supporting tool.Manuel Novoa III
2001-06-02Always check before you commit...^100. We need to build the dynamic linkerManuel Novoa III
2001-06-02Only build ldso if building shared. Also, if building ldso, build all subdirs.Manuel Novoa III
2001-06-02Fix misuse of DO_SHARED and LDSO_PRESENT. Add -f option to "cp"s.Manuel Novoa III
2001-06-01Put the locale stuff back how it was till we can get a proper implementationEric Andersen
2001-06-01oops.Eric Andersen
2001-06-01decouple this from strchrEric Andersen
2001-06-01Fix bug: tried to install non-existant shared libs.Manuel Novoa III
2001-06-01Add in an initial TODO list. Please add stuff as needed (and feelEric Andersen
2001-05-31Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so thatManuel Novoa III
2001-05-31Install ldd and ldconfig as appropriate.Manuel Novoa III
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-31Cleanup some stupid warningsEric Andersen
2001-05-30warn folks that libresolv is a stubEric Andersen
2001-05-30Look's like I need to disable the rpath stuff for now as well.Manuel Novoa III
2001-05-30Revert behavior of wrapper to not use dynamic linker in the build dir, soManuel Novoa III
2001-05-29Give Erik's build-with-uClibc method.Manuel Novoa III
2001-05-29Remove the now obsolete "headers" target. Fix call to get-needed-libgcc-obje...Eric Andersen
2001-05-29Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.shEric Andersen