summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-17Fix a silly bug with the header fileEric Andersen
2001-08-17Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen
2001-08-14Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen
2001-08-14powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716"Eric Andersen
2001-08-14Put a bandaid on getpgrp behaviorEric Andersen
2001-08-14Proper support for tests spannint multiple .o filesEric Andersen
2001-08-14use some #defines internal to the ctype functions to eliminate themEric Andersen
2001-08-14Fix the "install_target" target to install to $(PREFIX)$(TARGET_PREFIX)Eric Andersen
2001-08-13A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen
2001-08-13Add in a make release targetEric Andersen
2001-08-13Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen
2001-08-13Add in TARGET_PREFIX, which was still used in a few spots (andEric Andersen
2001-08-11Use malloc on arm (since I've never bothered to write sbrk)Eric Andersen
2001-08-11I just wrote a stpncpy() since someone wanted itEric Andersen
2001-08-11I rewrote strcat without any function calls.Eric Andersen
2001-08-11Sync up ldd behaviorEric Andersen
2001-08-11Fix the library searching routine so it is way simpler, and soEric Andersen
2001-08-11Add a cvsignore for this dirDavid Schleef
2001-08-11Change name of package to uclibc-toolchain. Various changesDavid Schleef
2001-08-11Need to create $(SYSTEM_DEVEL_PREFIX)/usr/binDavid Schleef
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-08-10Oops. Symlink args were backwards...Eric Andersen
2001-08-10Don't blow away existing files when trying to install a ldso symlink...Eric Andersen
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-10Make _PATH_VARRUN actually point to /var/run.David McCullough
2001-08-09Fix behavior when installing the devel env, since somewhereEric Andersen
2001-08-09Add cmsg_nxthdr function for the cases where the headersDavid McCullough
2001-08-09Add in changes from philipc@lineo:David McCullough
2001-08-09Add hstrerror, it just points to strerror like h_errno.David McCullough
2001-08-09Added sigset_t casts so we behave like the other platforms.David McCullough
2001-08-09Fix a couple of warningsDavid McCullough
2001-08-09Make sure the weak aliases are defined before the functions/varsDavid McCullough
2001-08-09Changed uclibc-gcc to uclibc-toolchain. Added fixups for changesDavid Schleef
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-08-06Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen
2001-08-06If /etc/ld.so.preload was size 0, the shared lib loader wouldEric Andersen
2001-08-06Fixup the pipe system call for the SH target.David McCullough
2001-07-28Oops... left in a debugging line.Manuel Novoa III
2001-07-28Back out the changes to _uClibc_fread and loop in fread() if incomplete, toManuel Novoa III
2001-07-26Yes... the previous "fix" was broken too... the result of careless cuttingManuel Novoa III
2001-07-25Ok... the fix wasn't quite so straightforward. Hopefully this will do it.Manuel Novoa III
2001-07-25Fix fread bug reported by Vodz. The fix is straightforward, but I haven'tManuel Novoa III
2001-07-25Fix small typo vodz reported.Manuel Novoa III
2001-07-18Fix the /lib linkDavid Schleef
2001-07-17Better generation of control, fix up DESTDIRDavid Schleef
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