summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
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
Closes issue #5194
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
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
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 ↵Carmelo Amoroso
<hcegtvedt@atmel.com>
2007-04-17if chroot() failed, then reset "chroot_dir" to "." so that after we do our ↵Mike Frysinger
fallback chdir(), we dont continue to prefix the chroot path ... fixes `ldconfig.host -r some/dir/`
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
s/dprintf(2/fprintf(stderr/g
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
readelf and ldd to again state that they are GPLv2
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 ↵Mike Frysinger
the compiler path
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger
is a useless attempt
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 ↵Mike Frysinger
to make them go away ... the vfork() is safe due to the logic following it
2005-12-30use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits ↵Mike Frysinger
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
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 ↵Peter S. Mazinger
when added to top Makefile.in
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, ↵Peter S. Mazinger
usable in utils and probably tests. vapier, please quite them if you want to
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 ↵Mike Frysinger
Bug 553
2005-11-21Do not create header links, use -I to find them. Moved dl-progname.h to ↵Peter S. Mazinger
ldso/ldso, that will exist if top_srcdir != top_builddir.
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 ↵Mike Frysinger
correct crt files
2005-11-15update license infoMike Frysinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
2005-10-05ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen
does a fork/exec, fork() can be trivially replaced with vfork()
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
the target system's byteorder
2005-09-28use local header files rather than toolchain header files #444 by ee_dorightMike Frysinger