summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* pull utils from masterBernhard Reutner-Fischer2009-10-1410-588/+613
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* pull .gitignore from masterBernhard Reutner-Fischer2009-10-141-0/+8
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* include more info in error messages so we have a better idea where things ↵Mike Frysinger2009-10-121-3/+3
| | | | | | are failing Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - fix for !GETOPT_LONGBernhard Reutner-Fischer2009-10-121-1/+0
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - install utils into the proper directoriesBernhard Reutner-Fischer2009-10-121-5/+5
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is ↵Rob Landley2009-10-121-6/+8
| | | | | | for) and add install_hostutils. Now install_utils should use $PREFIX more like other packages do. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - 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
| | | | | utils lives outside of the normal build so this is needed until it is properly pulled into the normal system.
* - 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
| | | | Closes issue #5194
* - 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
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* - 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 ↵Carmelo Amoroso2007-11-161-0/+5
| | | | <hcegtvedt@atmel.com>
* if chroot() failed, then reset "chroot_dir" to "." so that after we do our ↵Mike Frysinger2007-04-171-0/+1
| | | | fallback chdir(), we dont continue to prefix the chroot path ... fixes `ldconfig.host -r some/dir/`
* 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
| | | | s/dprintf(2/fprintf(stderr/g
* 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
| | | | readelf and ldd to again state that they are GPLv2
* 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 ↵Mike Frysinger2006-02-151-1/+1
| | | | the compiler path
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-222-5/+2
| | | | is a useless attempt
* 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 ↵Mike Frysinger2005-12-301-0/+1
| | | | to make them go away ... the vfork() is safe due to the logic following it
* use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵Mike Frysinger2005-12-301-9/+9
| | | | in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings
* 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 ↵Peter S. Mazinger2005-11-251-6/+2
| | | | when added to top Makefile.in
* 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, ↵Peter S. Mazinger2005-11-232-93/+98
| | | | usable in utils and probably tests. vapier, please quite them if you want to
* 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 ↵Mike Frysinger2005-11-211-16/+12
| | | | Bug 553