Age | Commit message (Expand) | Author |
2003-03-05 | Patch from Konrad Eisele to omit -Wl,--dynamic-linker from | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2002-12-04 | Change some variable names so we are more consistant with what | Eric Andersen |
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen |
2002-11-08 | Use NATIVE_CC. Don't hard code using 'gcc'. | Eric Andersen |
2002-11-05 | Fix gcc-uClibc.h dependancies | Eric Andersen |
2002-11-05 | Standardize LIBGCC_DIR | Eric Andersen |
2002-10-31 | Skip the dependancy on .config for now | Eric Andersen |
2002-10-31 | Fix a lingering reference to Config | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-08-12 | Only try to install existing binaries | Eric Andersen |
2002-07-05 | Only enable elf2flt support when using elf toolchains | Eric Andersen |
2002-07-02 | Change the default structure of the installed toolchain | Eric Andersen |
2002-06-20 | Add support for doing the mmu-less thing | Eric Andersen |
2002-06-20 | Fix a bug reported by Michael Weiser <michael@weiser.saale-net.de> | Eric Andersen |
2002-05-30 | Put GCCINCDIR here, which is the only place it is needed. | Eric Andersen |
2002-05-24 | Send the -s to the linker | Eric Andersen |
2002-03-22 | Fix incorrect ordering of -L and -l options, which prevented things | Eric Andersen |
2002-03-18 | Add initial support for compiling cpp code. | Eric Andersen |
2002-02-27 | Lose the -nostdlib, which causes problems with older binutils, and | Eric Andersen |
2002-02-26 | Remove an erroneous -L- | Eric Andersen |
2002-02-23 | Fix the compiler wrapper yet more... | Eric Andersen |
2002-02-20 | Several needed cleanups to the gcc wrapper. | Eric Andersen |
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen |
2001-08-13 | A few more (final?) cleanups for the installer behavior. I now think | Eric Andersen |
2001-08-13 | Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spoofer | Eric Andersen |
2001-08-10 | Update the build system, yet again. I hope this is the last time... | Eric Andersen |
2001-08-09 | Fix behavior when installing the devel env, since somewhere | Eric Andersen |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen |
2001-07-17 | Some cleanups needed for things to compile and work as expected | Eric Andersen |
2001-07-12 | This commit merges David Schleef's updates to the build system, which a | Eric Andersen |
2001-07-03 | Oops. | Eric Andersen |
2001-07-03 | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen |
2001-07-01 | Changed dependencies of gcc-uClibc.h to ../../Config instead of clean | David Schleef |
2001-06-13 | Don't create a fake readelf app. We are creating a real one now. | Eric Andersen |
2001-05-31 | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III |
2001-05-16 | Fix up a few little problems | Eric Andersen |
2001-05-10 | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen |
2001-05-07 | Use the symbolic name, don't hard code. | Eric Andersen |
2001-05-04 | This patch allows powerpc to compile again. It also checks if we | Eric Andersen |
2001-05-04 | This is kindof neat. With this update, you can now simply set your | Eric Andersen |
2001-05-03 | Avoid needing to distinguis between the install dir and the build | Eric Andersen |
2001-04-26 | Don't hard-code the major number | Eric Andersen |
2001-04-25 | Fix up default .so number. This should avoid conflicts with libc5 | Eric Andersen |
2001-04-23 | Define where the shared lib loader now lives... | Eric Andersen |
2001-04-20 | Update the gcc wrapper. Changes described in the notes at the top of the file. | Manuel Novoa III |
2001-04-06 | Make a naming change to be consistent with other cross compiling tools. | Eric Andersen |
2001-02-15 | Hack DYNAMIC_LINKER setting for now. | Manuel Novoa III |
2001-02-09 | Try to automagically pick the correct dynamic linker. | Eric Andersen |