summaryrefslogtreecommitdiff
path: root/extra/gcc-uClibc/Makefile
AgeCommit message (Expand)Author
2003-11-04Kill off the gcc wrapper. It has served us well, but there comes a time whenEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-13Patch from Peter Kjellerstedt:Eric Andersen
2003-09-01pass in "-s" directlyEric Andersen
2003-03-05Patch from Konrad Eisele to omit -Wl,--dynamic-linker fromEric Andersen
2003-03-03Initial effort at adding profiling support.Eric 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-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-08-12Only try to install existing binariesEric 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-22Fix incorrect ordering of -L and -l options, which prevented thingsEric Andersen
2002-03-18Add initial support for compiling cpp code.Eric Andersen
2002-02-27Lose the -nostdlib, which causes problems with older binutils, andEric Andersen
2002-02-26Remove an erroneous -L-Eric Andersen
2002-02-23Fix the compiler wrapper yet more...Eric Andersen
2002-02-20Several needed cleanups to the gcc wrapper.Eric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-08-13A few more (final?) cleanups for the installer behavior. I now thinkEric Andersen
2001-08-13Fix SYSTEM_DEVEL_PREFIX to allow install of the <arch>-uclibc- spooferEric Andersen
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-09Fix behavior when installing the devel env, since somewhereEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-03Oops.Eric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-07-01Changed dependencies of gcc-uClibc.h to ../../Config instead of cleanDavid Schleef
2001-06-13Don't create a fake readelf app. We are creating a real one now.Eric Andersen
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-16Fix up a few little problemsEric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-05-07Use the symbolic name, don't hard code.Eric Andersen
2001-05-04This patch allows powerpc to compile again. It also checks if weEric Andersen
2001-05-04This is kindof neat. With this update, you can now simply set yourEric Andersen
2001-05-03Avoid needing to distinguis between the install dir and the buildEric Andersen
2001-04-26Don't hard-code the major numberEric Andersen