| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | just let user decide CFLAGS instead of assuming stuff for him | Mike Frysinger | 2006-02-18 | 1 | -7/+0 |
* | these defines are created for use in features.h so no point in duplicating wo... | Mike Frysinger | 2006-02-18 | 1 | -8/+0 |
* | make sure ldso is rebuilt if source files are updated | Mike Frysinger | 2006-02-18 | 1 | -0/+1 |
* | since interp is an actual object file that is linked into shared libs, make i... | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
* | use a tempfile while generating sysnum.h | Mike Frysinger | 2006-02-18 | 1 | -4/+6 |
* | we use _GNU_SOURCE for all of uClibc now | Mike Frysinger | 2006-02-18 | 1 | -1/+0 |
* | touchup header handling in other config targets | Mike Frysinger | 2006-02-18 | 1 | -20/+8 |
* | disable ctor/dtor on bfin as binutils doesnt provide init/fini symbols | Mike Frysinger | 2006-02-18 | 1 | -0/+1 |
* | remove hunk that shouldnt have been committed | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 29 | -59/+69 |
* | improve MMU selection a little to be less confusing | Mike Frysinger | 2006-02-18 | 1 | -4/+5 |
* | simplify endian config/selection | Mike Frysinger | 2006-02-18 | 24 | -195/+46 |
* | dont output so many newlines | Mike Frysinger | 2006-02-18 | 1 | -2/+3 |
* | touchup syscall break define so it doesnt conflict with kernel headers | Mike Frysinger | 2006-02-18 | 1 | -4/+6 |
* | dont define _stdio_init if it doesnt do anything | Mike Frysinger | 2006-02-18 | 1 | -1/+3 |
* | add infrastructure for fenv | Mike Frysinger | 2006-02-18 | 1 | -1/+5 |
* | make headers more quiet | Mike Frysinger | 2006-02-18 | 2 | -8/+8 |
* | grab headers from glibc | Mike Frysinger | 2006-02-18 | 6 | -0/+747 |
* | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | 2006-02-18 | 3 | -7/+6 |
* | sync with kernel | Mike Frysinger | 2006-02-18 | 8 | -85/+131 |
* | fix parallel build with headers once and for all (i hope) | Mike Frysinger | 2006-02-17 | 1 | -1/+3 |
* | combine the crt1.0/Scrt1.o rules since they are pretty much the samething | Mike Frysinger | 2006-02-17 | 1 | -8/+5 |
* | combine the output rules in one place | Mike Frysinger | 2006-02-17 | 2 | -11/+7 |
* | touchup headers output and make it run smoother | Mike Frysinger | 2006-02-17 | 1 | -15/+19 |
* | touchup whitespace | Mike Frysinger | 2006-02-17 | 1 | -11/+10 |
* | dynamically build the DIRS variables so i dont have to keep updating it all t... | Mike Frysinger | 2006-02-17 | 1 | -14/+11 |
* | disable mallopt based upon malloc implementation, not mmu status | Mike Frysinger | 2006-02-17 | 1 | -1/+1 |
* | Take getopt from glibc, disable -W foo support as in the earlier version, siz... | Peter S. Mazinger | 2006-02-17 | 2 | -495/+1014 |
* | Remove hidden_data_def for opt* | Peter S. Mazinger | 2006-02-17 | 2 | -16/+0 |
* | Sync w/ glibc, no size change | Peter S. Mazinger | 2006-02-17 | 1 | -4/+5 |
* | It's not my day .. | Peter S. Mazinger | 2006-02-16 | 1 | -1/+1 |
* | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger | 2006-02-16 | 2 | -3/+1 |
* | Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this... | Peter S. Mazinger | 2006-02-16 | 1 | -0/+2 |
* | disable test on non-mmu host | Mike Frysinger | 2006-02-16 | 1 | -0/+12 |
* | disable test on non-mmu host | Mike Frysinger | 2006-02-16 | 1 | -0/+11 |
* | fix building on non-mmu hosts | Mike Frysinger | 2006-02-16 | 1 | -0/+8 |
* | fix const position typo as pointed out by ia64/gcc | Mike Frysinger | 2006-02-16 | 1 | -1/+1 |
* | Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ... | Peter S. Mazinger | 2006-02-16 | 1 | -8/+10 |
* | Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi | Peter S. Mazinger | 2006-02-16 | 3 | -230/+205 |
* | strcoll for non-locale | Peter S. Mazinger | 2006-02-15 | 1 | -0/+5 |
* | hide xdr_u_short | Peter S. Mazinger | 2006-02-15 | 1 | -0/+1 |
* | get rid of __pipe | Peter S. Mazinger | 2006-02-15 | 2 | -10/+8 |
* | Sloppy patching on my part. This should be correct. | "Steven J. Hill" | 2006-02-15 | 1 | -4/+2 |
* | Kill 2 signedness warnings | Peter S. Mazinger | 2006-02-15 | 2 | -2/+2 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 18 | -38/+60 |
* | Block the combo DOMULTI/SUPPORT_LD_DEBUG | Peter S. Mazinger | 2006-02-15 | 1 | -1/+41 |
* | Move hidden prototypes to proper place and get rid of duplicate hidden | Peter S. Mazinger | 2006-02-15 | 2 | -7/+7 |
* | Reorganize a bit for IMA | Peter S. Mazinger | 2006-02-15 | 1 | -12/+8 |
* | Use <> instead of \"\" | Peter S. Mazinger | 2006-02-15 | 1 | -1/+1 |
* | Add prototypes | Peter S. Mazinger | 2006-02-15 | 1 | -0/+4 |