summaryrefslogtreecommitdiffstats
path: root/extra/gcc-uClibc/gcc-uClibc.c
Commit message (Expand)AuthorAgeFilesLines
* Kill off the gcc wrapper. It has served us well, but there comes a time whenEric Andersen2003-11-041-668/+0
* Peter Kjellerstedt writes:Eric Andersen2003-10-231-68/+65
* Brett Nash writes:Eric Andersen2003-10-151-1/+12
* (1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_DTOR__ isn't defined.Miles Bader2003-08-281-4/+9
* Several more cleanupsEric Andersen2003-06-241-29/+48
* Fix indenting for real this time.Eric Andersen2003-06-241-433/+433
* Make indenting be consistantEric Andersen2003-06-241-430/+431
* Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' andEric Andersen2003-06-241-23/+29
* Allow gcc to move/update by detecting where needed files are shouldEric Andersen2003-05-281-6/+101
* Accomodate building under cygwinEric Andersen2003-05-281-1/+16
* Patch from Konrad Eisele to omit -Wl,--dynamic-linker fromEric Andersen2003-03-051-1/+3
* Initial effort at adding profiling support.Eric Andersen2003-03-031-1/+31
* Patch from David Airlie to fix handling of ctor/dtor stuff when used inEric Andersen2003-02-271-18/+23
* Use crt1.o when ctor/dtor support is enabledEric Andersen2002-12-121-2/+5
* When -shared is specified, meaning they wish to create a sharedEric Andersen2002-12-121-6/+9
* Make support for global constructors and global destructors beEric Andersen2002-11-271-6/+32
* Ronald Wahl writes:Eric Andersen2002-11-151-0/+3
* 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