summaryrefslogtreecommitdiff
path: root/extra/gcc-uClibc
AgeCommit message (Expand)Author
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
2002-02-23Fix a corner case which I had botched.Eric Andersen
2002-02-23This should be a little better...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
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-09Patch from Michael E Brown <mebrown@michaels-house.net> toEric Andersen
2001-12-20Oops. I accidentally commited some experimental test codeEric 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-05Don't change options on based on path -- use command line options orEric 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-31Added cmdline options --uclibc-use-build-dir and --uclibc-use-rpath so thatManuel Novoa III
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-30Look's like I need to disable the rpath stuff for now as well.Manuel Novoa III
2001-05-30Revert behavior of wrapper to not use dynamic linker in the build dir, soManuel Novoa III
2001-05-27Revert behavior to either INSTALL_DIR or BUILD_DIR but not both. Also, ifManuel Novoa III
2001-05-25One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen
2001-05-21Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>Eric Andersen
2001-05-16Fix up a few little problemsEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric 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