summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2008-10-29- minor shrinkage (-50b)Bernhard Reutner-Fischer
2008-10-09- tidy up utils_installBernhard Reutner-Fischer
2008-10-09- fix errno setting (we're outside of libc here)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-05-02Added implementation for 'locale' command.Carmelo Amoroso
2008-03-26- trim trailing whitespace. No object-code changes.Bernhard Reutner-Fischer
2008-03-26- fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-04-17if chroot() failed, then reset "chroot_dir" to "." so that after we do our fa...Mike Frysinger
2007-04-17cleanup style; no functional changesMike Frysinger
2007-04-17fix ld.so.cache handling on no-mmu setupsMike Frysinger
2007-03-14more ifdef tweaks from holin (#1247) for retarded hosts (like OS X)Mike Frysinger
2007-01-28fix typo as pointed out by Tony Wu and cleanup sourceMike Frysinger
2006-12-12- fix compilation of __LDSO_CACHE_SUPPORT__Bernhard Reutner-Fischer
2006-10-07the makefile will include elf.h for us #778Mike Frysinger
2006-07-05replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen
2006-07-05update licenseMike Frysinger
2006-05-26the 16/32 swap funcs were swapped #875Mike Frysinger
2006-02-26remove warning since it seems to have "gone away" nowMike Frysinger
2006-02-15make sure we first search for libraries in the newly built tree rather than t...Mike Frysinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-11remove newlines from warning messagesMike Frysinger
2006-01-03import a bunch of defines from gnu binutils including blackfin for Lie ZhangMike Frysinger
2005-12-30tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger
2005-12-30use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits i...Mike Frysinger
2005-12-30need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger
2005-12-29fix signed/unsigned warningsMike Frysinger
2005-12-10Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger
2005-12-09touchup styleMike Frysinger
2005-12-08Add -DNOT_IN_libc to disable the libc-internal.h stuffPeter S. Mazinger
2005-12-06Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger
2005-11-25Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger
2005-11-25Same for utils, renamed install_utils to utils_install to avoid conflict when...Peter S. Mazinger
2005-11-25Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger
2005-11-24Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger
2005-11-23update licenseMike Frysinger
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-21fix bswap32/bswap16 macros for non-linux targets as reported by Melange in Bu...Mike 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-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