| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | A small patch from Erwin Authried <eauth@softsys.co.at> | Eric Andersen | 2001-10-12 | 1 | -2/+2 |
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 1 | -0/+192 |
* | Patch from John Tyner <jtyner@cs.ucr.edu> to avoid redefined | Eric Andersen | 2001-09-13 | 1 | -2/+2 |
* | powerpc doesn't have sbrk yet, so use "malloc", not "malloc-930716" | Eric Andersen | 2001-08-14 | 1 | -2/+2 |
* | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen | 2001-08-13 | 1 | -3/+3 |
* | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen | 2001-08-13 | 2 | -13/+13 |
* | 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 | 10 | -273/+437 |
* | Fix behavior when installing the devel env, since somewhere | Eric Andersen | 2001-08-09 | 1 | -7/+9 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 10 | -206/+196 |
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 1 | -8/+8 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 11 | -202/+270 |
* | 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 |
* | Don't change options on based on path -- use command line options or | Eric Andersen | 2001-07-05 | 1 | -2/+2 |
* | Renamed as extra/Configs/Config.i386 | Eric Andersen | 2001-07-04 | 1 | -157/+0 |
* | Oops. | Eric Andersen | 2001-07-03 | 1 | -1/+1 |
* | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen | 2001-07-03 | 2 | -1/+6 |
* | Just take whatever the kernel headers gave us, spaces and all. This is | Eric Andersen | 2001-07-03 | 1 | -1/+1 |
* | Changed dependencies of gcc-uClibc.h to ../../Config instead of clean | David Schleef | 2001-07-01 | 1 | -1/+1 |
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 1 | -0/+25 |
* | 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 |
* | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen | 2001-06-13 | 1 | -2/+2 |
* | 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 |
* | Add locale-enabled strcoll function from vodz, plus supporting tool. | Manuel Novoa III | 2001-06-02 | 3 | -6/+216 |
* | Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so that | Manuel Novoa III | 2001-05-31 | 1 | -3/+11 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 10 | -168/+204 |
* | Look's like I need to disable the rpath stuff for now as well. | Manuel Novoa III | 2001-05-30 | 1 | -0/+6 |
* | Revert behavior of wrapper to not use dynamic linker in the build dir, so | Manuel Novoa III | 2001-05-30 | 1 | -1/+1 |
* | Define "NM = $(CROSS)nm" and use $NM and $AR in get-needed-libgcc-objects.sh | Eric Andersen | 2001-05-29 | 7 | -8/+14 |
* | Make selection of uClibc floating point support in printf, etc. seperate | Manuel Novoa III | 2001-05-28 | 8 | -0/+1214 |
* | Revert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, if | Manuel Novoa III | 2001-05-27 | 1 | -32/+28 |
* | One last structural change. Install header files to INSTALLDIR/usr/include | Eric Andersen | 2001-05-25 | 1 | -1/+3 |
* | Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de> | Eric Andersen | 2001-05-21 | 1 | -1/+1 |
* | Fix up some problems noted by August Hoerandl <ahoerandl@gmx.at> | Eric Andersen | 2001-05-17 | 1 | -3/+3 |
* | Fix up a few little problems | Eric Andersen | 2001-05-16 | 1 | -9/+2 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -3/+3 |
* | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen | 2001-05-10 | 1 | -1/+1 |
* | Use the symbolic name, don't hard code. | Eric Andersen | 2001-05-07 | 1 | -1/+1 |
* | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | 2001-05-04 | 1 | -1/+6 |
* | This is kindof neat. With this update, you can now simply set your | Eric Andersen | 2001-05-04 | 2 | -23/+36 |