summaryrefslogtreecommitdiffstats
path: root/extra/gcc-uClibc/gcc-uClibc.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize LIBGCC_DIREric Andersen2002-11-051-4/+4
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Make `-nostdlib' and `-nodefaultlibs' work correctly.Miles Bader2002-10-231-6/+7
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-4/+3
* Some minor C++ support updatesEric Andersen2002-09-121-1/+13
* Fix the gcc wrapper to include crtbeginS.o and crtendS.o when we are compilingEric Andersen2002-08-121-3/+20
* Patch from Alexander Pevzner <pzz@pzz.msk.ru> to fixup things when invoked asEric Andersen2002-07-311-1/+11
* Only enable elf2flt support when using elf toolchainsEric Andersen2002-07-051-1/+1
* Add support for doing the mmu-less thingEric Andersen2002-06-201-0/+3
* Fix a bug reported by Michael Weiser <michael@weiser.saale-net.de>Eric Andersen2002-06-201-13/+23
* It doesn't make sense to supress linking for -i or -r,Eric Andersen2002-03-221-2/+0
* Fix incorrect ordering of -L and -l options, which prevented thingsEric Andersen2002-03-221-51/+36
* Add initial support for compiling cpp code.Eric Andersen2002-03-181-16/+38
* Setup so ctors/dtors can run. Disabled for now, since they doEric Andersen2002-03-141-15/+18
* Lose the -nostdlib, which causes problems with older binutils, andEric Andersen2002-02-271-0/+1
* Patch from Miles Bader: All the -M* options shouldEric Andersen2002-02-261-3/+3
* Yet another iteration...Eric Andersen2002-02-251-51/+62
* Both Miles and Manuel complained about this one. I was silentlyEric Andersen2002-02-251-2/+2
* Fix the compiler wrapper yet more...Eric Andersen2002-02-231-5/+3
* Fix a corner case which I had botched.Eric Andersen2002-02-231-7/+6
* This should be a little better...Eric Andersen2002-02-231-7/+6
* Several needed cleanups to the gcc wrapper.Eric Andersen2002-02-201-17/+75
* Patch from Michael E Brown <mebrown@michaels-house.net> toEric Andersen2002-01-091-25/+88
* Oops. I accidentally commited some experimental test codeEric Andersen2001-12-201-21/+3
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+22
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-121-6/+6
* Don't change options on based on path -- use command line options orEric Andersen2001-07-051-2/+2
* Allow the shared lib loader to fallback on the builddir if everythingEric Andersen2001-07-031-1/+5
* Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so thatManuel Novoa III2001-05-311-3/+11
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-35/+47
* Look's like I need to disable the rpath stuff for now as well.Manuel Novoa III2001-05-301-0/+6
* Revert behavior of wrapper to not use dynamic linker in the build dir, soManuel Novoa III2001-05-301-1/+1
* Revert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, ifManuel Novoa III2001-05-271-32/+28
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-1/+3
* Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>Eric Andersen2001-05-211-1/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+3
* Avoid needing to distinguis between the install dir and the buildEric Andersen2001-05-031-11/+17
* Revert my ill-advised change to force the shared lib loader to alwaysEric Andersen2001-04-251-3/+0
* Make sure that we list the shared lib loader as a required libEric Andersen2001-04-231-0/+3
* Update the gcc wrapper. Changes described in the notes at the top of the file.Manuel Novoa III2001-04-201-57/+109
* Fix dynamic linking bug. If you need -ldl, you must explicitly add theManuel Novoa III2001-04-071-5/+1
* Make a naming change to be consistent with other cross compiling tools.Eric Andersen2001-04-061-0/+8
* This evening I've been investigating why linking with the shared uClibc libraryEric Andersen2001-02-281-0/+3
* Set dynamic linker used to /lib/ld-linux.so.1. Changeable in Makefile.Manuel Novoa III2001-01-171-1/+5
* Adapted to handle shared libraries as well as static. Fixed Makefile for m68k.Manuel Novoa III2001-01-171-10/+38
* Oops. Forgot to check these in...Eric Andersen2001-01-161-1/+1
* First pass at making this work with the new libcrt0.o location.Eric Andersen2001-01-151-1/+1
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-0/+129