| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an example of how to use this thing. | Eric Andersen | 2002-02-01 | 1 | -0/+14 |
* | Add in a configurator script. Now people can put stuff like this: | Eric Andersen | 2002-02-01 | 1 | -0/+168 |
* | Default to using malloc-930716 on ARM systems, since it is | Eric Andersen | 2002-01-29 | 1 | -2/+2 |
* | Make it so powerpc can work despite lacking brk(). | Eric Andersen | 2002-01-29 | 1 | -0/+5 |
* | * Added /etc/shadow support (Config selectable) | David McCullough | 2002-01-17 | 9 | -0/+27 |
* | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | 2002-01-14 | 10 | -24/+150 |
* | We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS | Eric Andersen | 2002-01-11 | 2 | -8/+2 |
* | Allow people to exclude regex code, since it is huge (27k) | Eric Andersen | 2002-01-09 | 10 | -2/+62 |
* | Fixup comments regarding large file support (it works these days) | Eric Andersen | 2002-01-09 | 10 | -30/+20 |
* | Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some little | Eric Andersen | 2002-01-02 | 1 | -0/+4 |
* | Support arch specific optimizations (examples shown for x86 and ARM). | Eric Andersen | 2002-01-01 | 10 | -87/+20 |
* | A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bring | Eric Andersen | 2001-12-21 | 1 | -1/+1 |
* | Oops. Revert debugging defines | Eric Andersen | 2001-12-21 | 1 | -4/+4 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 10 | -35/+44 |
* | Add in an ARCH_CFLAGS placeholder so scripts can mod it. | David McCullough | 2001-12-05 | 1 | -0/+4 |
* | Use consistant paths | Eric Andersen | 2001-11-24 | 5 | -34/+34 |
* | Adjust configs for updated math lib | Eric Andersen | 2001-11-23 | 10 | -120/+40 |
* | Fix default install dirs | Eric Andersen | 2001-11-19 | 1 | -5/+5 |
* | Enable ld.so on powerpc | David Schleef | 2001-11-12 | 1 | -1/+1 |
* | Revert global old mmap usage, and do it per arch | Eric Andersen | 2001-10-16 | 1 | -5/+0 |
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -0/+192 |
* | powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716" | Eric Andersen | 2001-08-14 | 1 | -2/+2 |
* | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | 2001-08-13 | 1 | -5/+5 |
* | Use malloc on arm (since I've never bothered to write sbrk) | Eric Andersen | 2001-08-11 | 1 | -2/+2 |
* | Update the build system, yet again. I hope this is the last time... | Eric Andersen | 2001-08-10 | 9 | -262/+427 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 9 | -196/+186 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 9 | -176/+251 |
* | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | 2001-07-09 | 9 | -0/+36 |
* | This config seems to be basically correct for arm uClinux systems. | Eric Andersen | 2001-07-06 | 1 | -0/+156 |
* | Renamed as extra/Configs/Config.i386 | Eric Andersen | 2001-07-04 | 1 | -157/+0 |
* | Make PIC a config option | Eric Andersen | 2001-06-23 | 9 | -0/+27 |
* | Add in "HAVE_SHARED" so shared libs build or not as needed | Eric Andersen | 2001-06-19 | 9 | -7/+31 |
* | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | 2001-06-18 | 1 | -4/+7 |
* | Default to something like a strongArm, (i.e. has an MMU) | Eric Andersen | 2001-06-13 | 1 | -3/+2 |
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -0/+167 |
* | Default to malloc-930716 for x86 | Eric Andersen | 2001-06-11 | 2 | -4/+4 |
* | Up the m68k defaults a little so that uClibc will support a g++ build. | David McCullough | 2001-06-07 | 1 | -5/+5 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 8 | -121/+144 |
* | Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh | Eric Andersen | 2001-05-29 | 6 | -0/+6 |
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 8 | -0/+1214 |