summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-05A patch from Danny Lepage so that we do not setting on symlinksEric Andersen
2002-11-05Expand NIS commentsEric Andersen
2002-11-05Standardize LIBGCC_DIREric Andersen
2002-11-05Kill legacy DOPIC=true assignmentEric Andersen
2002-11-05Patch from Stefan Allius -- export LIBGCCEric Andersen
2002-11-05Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen
2002-11-05Patch from M. R. Brown to fix 'make defconfig'Eric Andersen
2002-11-05Export TARGET_ARCHEric Andersen
2002-11-04Hit the highlights of glibc differences in my code. Not yet complete though.Manuel Novoa III
2002-11-04Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III
2002-11-04This fixes a broken build for me.Manuel Novoa III
2002-11-04Fixup so we use soft-float when HAS_FPU is disabled.Eric Andersen
2002-11-04I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen
2002-11-04Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen
2002-11-04Don't use ENTRY(), make the asm explicitEric Andersen
2002-11-04Add link to search google's uclibc archiveEric Andersen
2002-11-04Oops. Fix compilation on arm.Eric Andersen
2002-11-03A patch from Vincent Sanders to fix the arm implementation ofEric Andersen
2002-11-03It was easy enough to respect locale-specific decimal point for printfManuel Novoa III
2002-11-03Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III
2002-11-03Several SH lib loader patches by Stefan Allius <allius@atecom.com>Eric Andersen
2002-11-03Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen
2002-11-03Properly prefix some symbolsEric Andersen
2002-11-03Yet more config system updating.Eric Andersen
2002-11-03Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen
2002-11-03Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen
2002-11-03Use "include_config" not "include-config"Eric Andersen
2002-11-02kill some ancient stuff that appears to be lingeringEric Andersen
2002-11-02Default to SH4Eric Andersen
2002-11-02update all the Config files for the various arches so they work with the newEric Andersen
2002-11-02Update TODO itemsEric Andersen
2002-11-02A few cosmetic adjustments, and fixup the makefile a bitEric Andersen
2002-11-02Fix PIC configuration, so shared libraries once again workEric Andersen
2002-11-02It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen
2002-11-01Fix a stupid bug.Manuel Novoa III
2002-11-01Reworked setlocale() return values and locale arg processing toManuel Novoa III
2002-11-01Add a few more entries.Manuel Novoa III
2002-11-01Work around glibc brain-damage regarding nl_langinfo and {mon_}groupingManuel Novoa III
2002-11-01Fix udhcp linkEric Andersen
2002-11-01Don't assume i386Eric Andersen
2002-10-31Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen
2002-10-31Oops. Kill generated binaries.Eric Andersen
2002-10-31Skip the dependancy on .config for nowEric Andersen
2002-10-31Fix a lingering reference to ConfigEric Andersen
2002-10-31Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen
2002-10-31Don't force gcc 3.2 on the worldEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-31Ignore generated stuffEric Andersen
2002-10-31Add a simple realloc testEric Andersen
2002-10-31Fixup script to avoid potential spurious whining over empty object files.Eric Andersen