summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-021-2/+10
* - trim trailing whitespace. No object-code changes.Bernhard Reutner-Fischer2008-03-261-8/+8
* - fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer2008-03-262-13/+13
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-0/+5
* if chroot() failed, then reset "chroot_dir" to "." so that after we do our fa...Mike Frysinger2007-04-171-0/+1
* cleanup style; no functional changesMike Frysinger2007-04-174-1020/+952
* fix ld.so.cache handling on no-mmu setupsMike Frysinger2007-04-171-1/+1
* more ifdef tweaks from holin (#1247) for retarded hosts (like OS X)Mike Frysinger2007-03-141-2/+8
* fix typo as pointed out by Tony Wu and cleanup sourceMike Frysinger2007-01-281-18/+23
* - fix compilation of __LDSO_CACHE_SUPPORT__Bernhard Reutner-Fischer2006-12-121-4/+4
* the makefile will include elf.h for us #778Mike Frysinger2006-10-072-2/+2
* replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen2006-07-052-17/+4
* update licenseMike Frysinger2006-07-051-17/+2
* the 16/32 swap funcs were swapped #875Mike Frysinger2006-05-261-2/+2
* remove warning since it seems to have "gone away" nowMike Frysinger2006-02-261-0/+2
* make sure we first search for libraries in the newly built tree rather than t...Mike Frysinger2006-02-151-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-222-5/+2
* remove newlines from warning messagesMike Frysinger2006-01-111-3/+3
* import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger2006-01-031-14/+44
* tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger2005-12-301-0/+1
* use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits i...Mike Frysinger2005-12-301-9/+9
* need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger2005-12-302-2/+2
* fix signed/unsigned warningsMike Frysinger2005-12-293-6/+6
* Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger2005-12-102-2/+5
* touchup styleMike Frysinger2005-12-091-18/+23
* Add -DNOT_IN_libc to disable the libc-internal.h stuffPeter S. Mazinger2005-12-081-1/+1
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-1/+1
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-5/+5
* Same for utils, renamed install_utils to utils_install to avoid conflict when...Peter S. Mazinger2005-11-251-6/+2
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-242-3/+3
* update licenseMike Frysinger2005-11-231-7/+12
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, us...Peter S. Mazinger2005-11-232-93/+98
* use the local elf.h since the host toolchain probably sucks #555Mike Frysinger2005-11-221-0/+2
* fix bswap32/bswap16 macros for non-linux targets as reported by Melange in Bu...Mike Frysinger2005-11-211-16/+12
* 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
* ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen2005-10-051-1/+1
* 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-304-35/+315
* 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
* clean 32bit-isms and make code 64/32 bit cleanMike Frysinger2005-09-222-112/+160
* 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