summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* pull utils from masterBernhard Reutner-Fischer2009-10-1410-588/+613
* pull .gitignore from masterBernhard Reutner-Fischer2009-10-141-0/+8
* include more info in error messages so we have a better idea where things are...Mike Frysinger2009-10-121-3/+3
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2009-10-121-1/+0
* - install utils into the proper directoriesBernhard Reutner-Fischer2009-10-121-5/+5
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)...Rob Landley2009-10-121-6/+8
* - pull r24834 from trunk (Scrt1 no relocs)Bernhard Reutner-Fischer2009-01-141-0/+3
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
* - minor shrinkage (-50b)Bernhard Reutner-Fischer2008-10-291-8/+8
* - tidy up utils_installBernhard Reutner-Fischer2008-10-091-7/+5
* - fix errno setting (we're outside of libc here)Bernhard Reutner-Fischer2008-10-091-9/+5
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-4/+4
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* - fix inline keywordBernhard Reutner-Fischer2008-07-233-8/+8
* 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