summaryrefslogtreecommitdiff
path: root/extra/gcc-uClibc
AgeCommit message (Expand)Author
2003-10-23Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-15Brett Nash writes:Eric Andersen
2003-10-13Patch from Peter Kjellerstedt:Eric Andersen
2003-09-01pass in "-s" directlyEric Andersen
2003-08-28(1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_DTOR__ isn't defined.Miles Bader
2003-06-24Several more cleanupsEric Andersen
2003-06-24Fix indenting for real this time.Eric Andersen
2003-06-24Make indenting be consistantEric Andersen
2003-06-24Rename the very badly named 'UCLIBC_GCC' to 'UCLIBC_ENV' andEric Andersen
2003-05-28Allow gcc to move/update by detecting where needed files are shouldEric Andersen
2003-05-28Accomodate building under cygwinEric Andersen
2003-03-05Patch from Konrad Eisele to omit -Wl,--dynamic-linker fromEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-27Patch from David Airlie to fix handling of ctor/dtor stuff when used inEric Andersen
2002-12-12Use crt1.o when ctor/dtor support is enabledEric Andersen
2002-12-12When -shared is specified, meaning they wish to create a sharedEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-15Ronald Wahl writes:Eric Andersen
2002-11-08Use NATIVE_CC. Don't hard code using 'gcc'.Eric Andersen
2002-11-05Fix gcc-uClibc.h dependanciesEric Andersen
2002-11-05Standardize LIBGCC_DIREric Andersen
2002-10-31Skip the dependancy on .config for nowEric Andersen
2002-10-31Fix a lingering reference to ConfigEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-23Make `-nostdlib' and `-nodefaultlibs' work correctly.Miles Bader
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-12Some minor C++ support updatesEric Andersen
2002-08-12Only try to install existing binariesEric Andersen
2002-08-12Fix the gcc wrapper to include crtbeginS.o and crtendS.o when we are compilingEric Andersen
2002-07-31Patch from Alexander Pevzner <pzz@pzz.msk.ru> to fixup things when invoked asEric Andersen
2002-07-05Only enable elf2flt support when using elf toolchainsEric Andersen
2002-07-02Change the default structure of the installed toolchainEric Andersen
2002-06-20Add support for doing the mmu-less thingEric Andersen
2002-06-20Fix a bug reported by Michael Weiser <michael@weiser.saale-net.de>Eric Andersen
2002-05-30Put GCCINCDIR here, which is the only place it is needed.Eric Andersen
2002-05-24Send the -s to the linkerEric Andersen
2002-03-22It doesn't make sense to supress linking for -i or -r,Eric Andersen
2002-03-22Fix incorrect ordering of -L and -l options, which prevented thingsEric Andersen
2002-03-18Add initial support for compiling cpp code.Eric Andersen
2002-03-14Setup so ctors/dtors can run. Disabled for now, since they doEric Andersen
2002-02-27Lose the -nostdlib, which causes problems with older binutils, andEric Andersen
2002-02-26Remove an erroneous -L-Eric Andersen
2002-02-26Patch from Miles Bader: All the -M* options shouldEric Andersen
2002-02-25Yet another iteration...Eric Andersen
2002-02-25Both Miles and Manuel complained about this one. I was silentlyEric Andersen
2002-02-23Fix the compiler wrapper yet more...Eric Andersen