Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-09 | - Add temporary hack to wipe dep files even on clean for utils. | Bernhard Reutner-Fischer | |
utils lives outside of the normal build so this is needed until it is properly pulled into the normal system. | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-29 | - minor shrinkage (-50b) | Bernhard Reutner-Fischer | |
2008-10-09 | - tidy up utils_install | Bernhard Reutner-Fischer | |
2008-10-09 | - fix errno setting (we're outside of libc here) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2008-05-02 | Added 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=gnu99 | Bernhard Reutner-Fischer | |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | |
<hcegtvedt@atmel.com> | |||
2007-04-17 | if 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-17 | cleanup style; no functional changes | Mike Frysinger | |
2007-04-17 | fix ld.so.cache handling on no-mmu setups | Mike Frysinger | |
2007-03-14 | more ifdef tweaks from holin (#1247) for retarded hosts (like OS X) | Mike Frysinger | |
2007-01-28 | fix typo as pointed out by Tony Wu and cleanup source | Mike Frysinger | |
2006-12-12 | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer | |
s/dprintf(2/fprintf(stderr/g | |||
2006-10-07 | the makefile will include elf.h for us #778 | Mike Frysinger | |
2006-07-05 | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen | |
readelf and ldd to again state that they are GPLv2 | |||
2006-07-05 | update license | Mike Frysinger | |
2006-05-26 | the 16/32 swap funcs were swapped #875 | Mike Frysinger | |
2006-02-26 | remove warning since it seems to have "gone away" now | Mike Frysinger | |
2006-02-15 | make sure we first search for libraries in the newly built tree rather than ↵ | Mike Frysinger | |
the compiler path | |||
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-11 | remove newlines from warning messages | Mike Frysinger | |
2006-01-03 | import a bunch of defines from gnu binutils including blackfin for Lie Zhang | Mike Frysinger | |
2005-12-30 | tell 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-30 | use 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-30 | need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts | Mike Frysinger | |
2005-12-29 | fix signed/unsigned warnings | Mike Frysinger | |
2005-12-10 | Solve warning about redefined _GNU_SOURCE, allow iconv to build | Peter S. Mazinger | |
2005-12-09 | touchup style | Mike Frysinger | |
2005-12-08 | Add -DNOT_IN_libc to disable the libc-internal.h stuff | Peter S. Mazinger | |
2005-12-06 | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger | |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-25 | Same for utils, renamed install_utils to utils_install to avoid conflict ↵ | Peter S. Mazinger | |
when added to top Makefile.in | |||
2005-11-25 | Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-24 | Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS | Peter S. Mazinger | |
2005-11-23 | update license | Mike Frysinger | |
2005-11-23 | Make 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-22 | use the local elf.h since the host toolchain probably sucks #555 | Mike Frysinger | |
2005-11-21 | fix bswap32/bswap16 macros for non-linux targets as reported by Melange in ↵ | Mike Frysinger | |
Bug 553 | |||
2005-11-21 | Do 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-18 | Replace TOPDIR, add/update copyright | Peter S. Mazinger | |
2005-11-18 | Replace TOPDIR | Peter S. Mazinger | |
2005-11-15 | use $TOPDIR instead of ../ and utilize -B so that our target utils use the ↵ | Mike Frysinger | |
correct crt files | |||
2005-11-15 | update license info | Mike Frysinger | |
2005-10-12 | Rewrote 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-05 | ldd does not build due to missing fork() on MMUless. Since ldd merely | Eric Andersen | |
does a fork/exec, fork() can be trivially replaced with vfork() |