summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
* - add missing hunk from fix for #1191Bernhard Reutner-Fischer2007-02-041-1/+2
* - avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer2007-02-041-2/+3
* - touch $@Bernhard Reutner-Fischer2007-02-041-3/+3
* - allow intermodule also for 4.1Bernhard Reutner-Fischer2007-02-041-4/+3
* patch from rick68:Eric Andersen2007-02-031-10/+13
* There is no 'make uninstall' for ccache.Eric Andersen2007-02-031-1/+21
* - fixup setting the UCLIBC_TARGET_ENDIANBernhard Reutner-Fischer2007-02-021-4/+12
* - update for default endianBernhard Reutner-Fischer2007-02-021-5/+65
* - add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel likeBernhard Reutner-Fischer2007-01-3112-0/+4022
* - remove the '"install uClibc headers in the target filesystem" without a nat...Bernhard Reutner-Fischer2007-01-315-39/+0
* - add some defaults for arm and set them later on depending on the .configBernhard Reutner-Fischer2007-01-302-5/+19
* fix broken spot caused by my having checked in the wrong dst patch for 0.9.28Eric Andersen2007-01-291-0/+15
* fix patchEric Andersen2007-01-291-10/+12
* Really disable HAS_FPU when softfloat is enabledPeter Korsgaard2007-01-291-1/+1
* - update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer2007-01-291-1/+1
* - fix prereq of current binutils wrt gmpBernhard Reutner-Fischer2007-01-281-3/+9
* - add 0.9.28.1Bernhard Reutner-Fischer2007-01-282-4/+18
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-282-0/+22
* - fix indentation of help textsBernhard Reutner-Fischer2007-01-281-14/+12
* pull from uClinux CVSMike Frysinger2007-01-288-478/+761
* Add new version of binutils."Steven J. Hill"2007-01-285-0/+265
* - for the native target gcc, drop --enable-optspace in favour of using the co...Bernhard Reutner-Fischer2007-01-262-5/+18
* A patch set that should probably become uClibc-0.9.28.1Eric Andersen2007-01-255-0/+14802
* - TODO: cleanup BR2_ARCH selection and establish BR2_CPUBernhard Reutner-Fischer2007-01-251-3/+4
* - fix prerequisites of binutils_targetBernhard Reutner-Fischer2007-01-241-8/+8
* - apply vapier's commentsBernhard Reutner-Fischer2007-01-241-3/+3
* - reformat help text to fit default width betterBernhard Reutner-Fischer2007-01-241-6/+11
* - remove accidentally checked in debugging cruftBernhard Reutner-Fischer2007-01-221-27/+0
* - don't rely on buggy gmp/mpfr on the host but use our own build iff we are a...Bernhard Reutner-Fischer2007-01-224-38/+107
* - remove sedtest temporary fileBernhard Reutner-Fischer2007-01-211-0/+1
* - update proposed patchletBernhard Reutner-Fischer2007-01-211-93/+14
* - provide means to "install uClibc headers in the target filesystem" without ...Bernhard Reutner-Fischer2007-01-215-2/+41
* - handle all gcc-4.x for the softfloat case.Bernhard Reutner-Fischer2007-01-211-4/+2
* - remove old reminder that is already dealt with.Bernhard Reutner-Fischer2007-01-211-10/+0
* - add proposed, non-cleanup version of the compile fix for disabled getc/putc...Bernhard Reutner-Fischer2007-01-201-0/+498
* - pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer2007-01-201-1/+1
* - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWDBernhard Reutner-Fischer2007-01-191-0/+25
* - copy the _CONFIG_FILES backBernhard Reutner-Fischer2007-01-191-1/+2
* - bump versionBernhard Reutner-Fischer2007-01-165-0/+265
* - pass the selected arm variant and ABI setting down to uClibc.Bernhard Reutner-Fischer2007-01-161-4/+11
* - bump version to 2.6.19.2Bernhard Reutner-Fischer2007-01-152-5/+5
* - Adjust patches to take recent upstream fixes into account.Bernhard Reutner-Fischer2007-01-082-151/+0
* - simpler patch from Paolo Carlini for http://gcc.gnu.org/PR30365Bernhard Reutner-Fischer2007-01-061-399/+80
* - fix typoBernhard Reutner-Fischer2007-01-041-2/+2
* - portable cp argsBernhard Reutner-Fischer2007-01-031-1/+1
* - I'm pretty sure that i don't want LFS support on the gcc-4_2-branchBernhard Reutner-Fischer2006-12-281-1/+2
* - Pass largefile support down to the cross- and the native target compiler.Bernhard Reutner-Fischer2006-12-281-0/+2
* - add option to disable LFS and regenerate configureBernhard Reutner-Fischer2006-12-281-0/+450
* - add missing namespace specifiers. Fixes compilation error.Bernhard Reutner-Fischer2006-12-281-0/+36
* - add gfortran supportBernhard Reutner-Fischer2006-12-222-1/+27