summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, us...Peter S. Mazinger2005-11-231-93/+3
* use the local elf.h since the host toolchain probably sucks #555Mike Frysinger2005-11-221-0/+2
* Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger2005-11-211-10/+4
* Replace TOPDIR, add/update copyrightPeter S. Mazinger2005-11-181-3/+1
* Replace TOPDIRPeter S. Mazinger2005-11-181-7/+10
* use $TOPDIR instead of ../ and utilize -B so that our target utils use the co...Mike Frysinger2005-11-151-6/+4
* update license infoMike Frysinger2005-11-151-13/+2
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-7/+7
* chroot_realpath.c is a dependency also for target ldconfigPeter S. Mazinger2005-10-011-1/+1
* Allow ldconfig.host to build ld.so.cache for target, regardless ofEric Andersen2005-09-301-3/+9
* use local header files rather than toolchain header files #444 by ee_dorightMike Frysinger2005-09-281-3/+5
* make sure our utils link against the currently built libc rather than the too...Mike Frysinger2005-09-241-1/+1
* no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger2005-09-221-2/+2
* touchup CFLAGS and also link the link.h header file like we do with elf.hMike Frysinger2005-09-211-3/+6
* utils should be built all the time (iconv), disable building readelfPeter S. Mazinger2005-09-211-1/+1
* touchup PIE support for all the utils and fix stripping on iconvMike Frysinger2005-08-111-3/+8
* need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger2005-08-091-1/+1
* need to run STRIPTOOL with -s to replace behavior lost from gcc -sMike Frysinger2005-08-091-3/+3
* remove strip flags and let STRIPTOOL do the workMike Frysinger2005-08-081-3/+3
* get rid of LDPIEFLAG since PIEFLAG is already usedMike Frysinger2005-07-291-2/+2
* white space clean upMike Frysinger2005-01-181-9/+8
* Per http://bugs.uclibc.org/view.php?id=15, patch from kergoth:Eric Andersen2005-01-161-1/+1
* cleanup, and prevent failures due to including architecture specificEric Andersen2005-01-121-3/+3
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-0/+2
* Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III2004-10-151-16/+13
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-2/+2
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-3/+6
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-3/+3
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-1/+1
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-051-3/+1
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-1/+1
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-8/+6
* Erik is an idiotEric Andersen2004-01-201-4/+4
* support building the uClibc utils for the host system...Eric Andersen2004-01-201-6/+23
* Link ldconfig with the appropriate libraries.Manuel Novoa III2003-12-141-1/+1
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-7/+20
* Include Rules.mk for consistency. Trying not to was simply too painful.Manuel Novoa III2003-12-021-58/+1
* Don't bother checking, since we want an error if -msoft-float doesn't work.Manuel Novoa III2003-11-241-2/+2
* Ok.. this fixes the buildroot soft-float arm build.Manuel Novoa III2003-11-231-1/+1
* Protect against quoting changes.Manuel Novoa III2003-11-231-1/+1
* Fix arm detection for libfloat.Manuel Novoa III2003-11-221-1/+1
* Sigh. I forgot to define INSTALL which, understandable,Eric Andersen2003-11-071-5/+7
* It is remotely possible the utils might even compile this timeEric Andersen2003-11-071-13/+49
* Begin converting the client utilsEric Andersen2003-11-061-0/+95