summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2005-11-18Replace TOPDIR, add/update copyrightPeter S. Mazinger
2005-11-18Replace TOPDIRPeter S. Mazinger
2005-11-15use $TOPDIR instead of ../ and utilize -B so that our target utils use the co...Mike Frysinger
2005-11-15update license infoMike Frysinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-05ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen
2005-10-01chroot_realpath.c is a dependency also for target ldconfigPeter S. Mazinger
2005-09-30Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen
2005-09-28use local header files rather than toolchain header files #444 by ee_dorightMike Frysinger
2005-09-24make sure our utils link against the currently built libc rather than the too...Mike Frysinger
2005-09-22no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger
2005-09-22clean 32bit-isms and make code 64/32 bit cleanMike Frysinger
2005-09-21touchup CFLAGS and also link the link.h header file like we do with elf.hMike Frysinger
2005-09-21utils should be built all the time (iconv), disable building readelfPeter S. Mazinger
2005-08-18add __thumb__ checkMike Frysinger
2005-08-11touchup PIE support for all the utils and fix stripping on iconvMike Frysinger
2005-08-09need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger
2005-08-09need to run STRIPTOOL with -s to replace behavior lost from gcc -sMike Frysinger
2005-08-08remove strip flags and let STRIPTOOL do the workMike Frysinger
2005-07-29get rid of LDPIEFLAG since PIEFLAG is already usedMike Frysinger
2005-04-19Correct typo, matching correction made to elf.hEric Andersen
2005-02-12no more cvsMike Frysinger
2005-01-18white space clean upMike Frysinger
2005-01-16Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth:Eric Andersen
2005-01-12cleanup, and prevent failures due to including architecture specificEric Andersen
2005-01-11Remove the no-longer-needed #include <sys/user.h>Eric Andersen
2004-12-23Fix thinkoEric Andersen
2004-12-22Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen
2004-12-09Don't use PAGE_SIZE, instead just a local BUFFER_SIZE defineEric Andersen
2004-12-08Use PAGE_SIZE, not 4096Eric Andersen
2004-10-15Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III
2004-10-14Peter Mazinger writes:Joakim Tjernlund
2004-10-14Peter Mazinger writes:Joakim Tjernlund
2004-10-06Remove empty fileEric Andersen
2004-10-06Add type libc0 to cache_print().Joakim Tjernlund
2004-10-06Peter S. Mazinger writes:Joakim Tjernlund
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-05Peter S. Mazinger writes:Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-28Oops, typo.Joakim Tjernlund
2004-09-28Remove /usr/X11R6/lib from search path.Joakim Tjernlund
2004-09-28Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund
2004-09-27Remove /usr/X11R6/lib from default list.Joakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-03-08Fix commentEric Andersen
2004-02-13Yet more fixups..Eric Andersen
2004-02-13Done free path if it equals not_foundEric Andersen
2004-02-13Another little touch up to avoid problems...Eric Andersen