| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off the gcc wrapper. It has served us well, but there comes a time when | Eric Andersen | 2003-11-04 | 1 | -88/+0 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -10/+10 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+4 |
* | Patch from Peter Kjellerstedt: | Eric Andersen | 2003-10-13 | 1 | -39/+37 |
* | pass in "-s" directly | Eric Andersen | 2003-09-01 | 1 | -1/+1 |
* | Patch from Konrad Eisele to omit -Wl,--dynamic-linker from | Eric Andersen | 2003-03-05 | 1 | -0/+5 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 1 | -0/+5 |
* | Change some variable names so we are more consistant with what | Eric Andersen | 2002-12-04 | 1 | -1/+1 |
* | Make support for global constructors and global destructors be | Eric Andersen | 2002-11-27 | 1 | -5/+12 |
* | Use NATIVE_CC. Don't hard code using 'gcc'. | Eric Andersen | 2002-11-08 | 1 | -1/+1 |
* | Fix gcc-uClibc.h dependancies | Eric Andersen | 2002-11-05 | 1 | -1/+1 |
* | Standardize LIBGCC_DIR | Eric Andersen | 2002-11-05 | 1 | -4/+1 |
* | Skip the dependancy on .config for now | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Fix a lingering reference to Config | Eric Andersen | 2002-10-31 | 1 | -1/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -6/+6 |
* | Only try to install existing binaries | Eric Andersen | 2002-08-12 | 1 | -2/+5 |
* | Only enable elf2flt support when using elf toolchains | Eric Andersen | 2002-07-05 | 1 | -0/+5 |
* | Change the default structure of the installed toolchain | Eric Andersen | 2002-07-02 | 1 | -7/+7 |
* | Add support for doing the mmu-less thing | Eric Andersen | 2002-06-20 | 1 | -0/+5 |
* | Fix a bug reported by Michael Weiser <michael@weiser.saale-net.de> | Eric Andersen | 2002-06-20 | 1 | -1/+0 |
* | Put GCCINCDIR here, which is the only place it is needed. | Eric Andersen | 2002-05-30 | 1 | -1/+1 |
* | Send the -s to the linker | Eric Andersen | 2002-05-24 | 1 | -1/+1 |
* | Fix incorrect ordering of -L and -l options, which prevented things | Eric Andersen | 2002-03-22 | 1 | -2/+2 |
* | Add initial support for compiling cpp code. | Eric Andersen | 2002-03-18 | 1 | -0/+4 |
* | Lose the -nostdlib, which causes problems with older binutils, and | Eric Andersen | 2002-02-27 | 1 | -1/+1 |
* | Remove an erroneous -L- | Eric Andersen | 2002-02-26 | 1 | -1/+1 |
* | Fix the compiler wrapper yet more... | Eric Andersen | 2002-02-23 | 1 | -1/+1 |
* | Several needed cleanups to the gcc wrapper. | Eric Andersen | 2002-02-20 | 1 | -1/+3 |
* | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | 2002-02-02 | 1 | -2/+2 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+6 |
* | 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 | 1 | -8/+8 |
* | Update the build system, yet again. I hope this is the last time... | Eric Andersen | 2001-08-10 | 1 | -11/+10 |
* | 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 | 1 | -10/+10 |
* | 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 | 1 | -20/+13 |
* | 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 | 1 | -0/+1 |
* | Changed dependencies of gcc-uClibc.h to ../../Config instead of clean | David Schleef | 2001-07-01 | 1 | -1/+1 |
* | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen | 2001-06-13 | 1 | -2/+2 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 1 | -12/+13 |
* | Fix up a few little problems | Eric Andersen | 2001-05-16 | 1 | -9/+2 |
* | 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 | 1 | -17/+30 |
* | Avoid needing to distinguis between the install dir and the build | Eric Andersen | 2001-05-03 | 1 | -3/+5 |
* | Don't hard-code the major number | Eric Andersen | 2001-04-26 | 1 | -1/+1 |