summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doh! Leave ldso debugging off by default..Eric Andersen2002-11-081-2/+2
* Construct a default arm configurationEric Andersen2002-11-081-0/+63
* Some minor changes from Stefan Allius to make conf andEric Andersen2002-11-084-8/+9
* Another SuperH patch from Stefan Allius. This make it soEric Andersen2002-11-083-94/+93
* Update the docsEric Andersen2002-11-082-27/+58
* Large cleanup patch, based in large part on a patch fromEric Andersen2002-11-082-29/+37
* Merge an update from upstreamEric Andersen2002-11-089-1075/+1380
* Update doc referenceEric Andersen2002-11-0817-21/+277
* Changes for MIPS and new configuration system."Steven J. Hill"2002-11-074-18/+122
* Fix target determination for MIPSEL."Steven J. Hill"2002-11-071-0/+1
* Remove atof from strtod.o...Manuel Novoa III2002-11-071-7/+0
* Okay, fix for atof _correctly_...Manuel Novoa III2002-11-071-1/+4
* Apparently I forgot to build atof...Manuel Novoa III2002-11-071-1/+1
* Fixup function prototype for __uint128_t which fixes the compileEric Andersen2002-11-071-5/+3
* Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"2002-11-073-2/+3
* Add missing blank lineEric Andersen2002-11-071-0/+1
* Rename `Config.v850e' to `Config.v850'.Miles Bader2002-11-071-4/+12
* (UCLIBC_HAS_MMU): Depend on !ARCH_HAS_NO_MMU, rather than just using itMiles Bader2002-11-071-2/+11
* (DOPIC): Depend on !HAVE_NO_PIC.Miles Bader2002-11-071-5/+12
* * Make -DNDEBUG depend on DOASSERTS, not DODEBUGMiles Bader2002-11-071-2/+4
* Update soft-float handlingEric Andersen2002-11-064-5/+7
* Increase maximum .config line size to 1024.Eric Andersen2002-11-061-2/+2
* Recognize 'n' tristate/boolean symbol value in the .config file,Eric Andersen2002-11-061-4/+7
* Fix up a compile errorEric Andersen2002-11-061-1/+6
* Cleanup patch from Simon RoweEric Andersen2002-11-061-1/+12
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25
* For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen2002-11-051-0/+2
* Cleanup soft-float supportEric Andersen2002-11-052-1/+6
* Fixup handling of disabled optionsEric Andersen2002-11-053-4/+4
* Fix gcc-uClibc.h dependanciesEric Andersen2002-11-051-1/+1
* Massive scrubbing of the shared lib loader error handling.Eric Andersen2002-11-0513-265/+282
* A patch from Danny Lepage so that we do not setting on symlinksEric Andersen2002-11-051-2/+2
* Expand NIS commentsEric Andersen2002-11-051-1/+2
* Standardize LIBGCC_DIREric Andersen2002-11-054-13/+10
* Kill legacy DOPIC=true assignmentEric Andersen2002-11-051-1/+0
* Patch from Stefan Allius -- export LIBGCCEric Andersen2002-11-051-1/+1
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
* Patch from M. R. Brown to fix 'make defconfig'Eric Andersen2002-11-051-0/+7
* Export TARGET_ARCHEric Andersen2002-11-051-5/+4
* Hit the highlights of glibc differences in my code. Not yet complete though.Manuel Novoa III2002-11-041-1/+72
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-042-29/+140
* This fixes a broken build for me.Manuel Novoa III2002-11-041-1/+1
* Fixup so we use soft-float when HAS_FPU is disabled.Eric Andersen2002-11-041-3/+11
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-046-6/+6
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-047-114/+48
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5
* Add link to search google's uclibc archiveEric Andersen2002-11-041-4/+10
* Oops. Fix compilation on arm.Eric Andersen2002-11-041-1/+4
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-033-88/+247
* It was easy enough to respect locale-specific decimal point for printfManuel Novoa III2002-11-031-2/+15