summaryrefslogtreecommitdiff
path: root/utils/Makefile
AgeCommit message (Expand)Author
2005-11-23Make utils includable into main Makefile.in, add compile.u and hcompile.u, us...Peter S. Mazinger
2005-11-22use the local elf.h since the host toolchain probably sucks #555Mike Frysinger
2005-11-21Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger
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-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-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-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-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
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric 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-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-08-10Mike Frysinger writes:Joakim Tjernlund
2004-01-20Erik is an idiotEric Andersen
2004-01-20support building the uClibc utils for the host system...Eric Andersen
2003-12-14Link ldconfig with the appropriate libraries.Manuel Novoa III
2003-12-04Building of iconv.o was accidently always disabled.Manuel Novoa III
2003-12-02Include Rules.mk for consistency. Trying not to was simply too painful.Manuel Novoa III
2003-11-24Don't bother checking, since we want an error if -msoft-float doesn't work.Manuel Novoa III
2003-11-23Ok.. this fixes the buildroot soft-float arm build.Manuel Novoa III
2003-11-23Protect against quoting changes.Manuel Novoa III
2003-11-22Fix arm detection for libfloat.Manuel Novoa III
2003-11-07Sigh. I forgot to define INSTALL which, understandable,Eric Andersen
2003-11-07It is remotely possible the utils might even compile this timeEric Andersen
2003-11-06Begin converting the client utilsEric Andersen