summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2007-01-31- add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel likeBernhard Reutner-Fischer
2007-01-31- remove the '"install uClibc headers in the target filesystem" without a ↵Bernhard Reutner-Fischer
native compiler' option.
2007-01-30- add some defaults for arm and set them later on depending on the .configBernhard Reutner-Fischer
2007-01-29fix broken spot caused by my having checked in the wrong dst patch for 0.9.28Eric Andersen
2007-01-29fix patchEric Andersen
2007-01-29Really disable HAS_FPU when softfloat is enabledPeter Korsgaard
2007-01-29- update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer
2007-01-28- fix prereq of current binutils wrt gmpBernhard Reutner-Fischer
2007-01-28- add 0.9.28.1Bernhard Reutner-Fischer
2007-01-28- add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-28- fix indentation of help textsBernhard Reutner-Fischer
2007-01-28pull from uClinux CVSMike Frysinger
2007-01-28Add new version of binutils."Steven J. Hill"
2007-01-26- for the native target gcc, drop --enable-optspace in favour of using the ↵Bernhard Reutner-Fischer
configured flags (that default to -Os anyway). Saves about 20% size without additional configure args: text data bss dec hex filename 4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1 3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1 4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951 3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951
2007-01-25A patch set that should probably become uClibc-0.9.28.1Eric Andersen
2007-01-25- TODO: cleanup BR2_ARCH selection and establish BR2_CPUBernhard Reutner-Fischer
2007-01-24- fix prerequisites of binutils_targetBernhard Reutner-Fischer
2007-01-24- apply vapier's commentsBernhard Reutner-Fischer
2007-01-24- reformat help text to fit default width betterBernhard Reutner-Fischer
2007-01-22- remove accidentally checked in debugging cruftBernhard Reutner-Fischer
2007-01-22- don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer
about to build a somewhat current toolchain.
2007-01-21- remove sedtest temporary fileBernhard Reutner-Fischer
2007-01-21- update proposed patchletBernhard Reutner-Fischer
2007-01-21- provide means to "install uClibc headers in the target filesystem" without ↵Bernhard Reutner-Fischer
a native compiler
2007-01-21- handle all gcc-4.x for the softfloat case.Bernhard Reutner-Fischer
2007-01-21- remove old reminder that is already dealt with.Bernhard Reutner-Fischer
2007-01-20- add proposed, non-cleanup version of the compile fix for disabled ↵Bernhard Reutner-Fischer
getc/putc macros for vapier to look at It even creates smaller code as compared to current svn..
2007-01-20- pass MAKE in so we can check the correct binary for it's version..Bernhard Reutner-Fischer
2007-01-19- add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWDBernhard Reutner-Fischer
2007-01-19- copy the _CONFIG_FILES backBernhard Reutner-Fischer
- use the BUSYBOX_CONFIG_FILE if specified by the user
2007-01-16- bump versionBernhard Reutner-Fischer
2007-01-16- pass the selected arm variant and ABI setting down to uClibc.Bernhard Reutner-Fischer
Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?) - TODO: add missing variants that are supported by uClibc to buildroot
2007-01-15- bump version to 2.6.19.2Bernhard Reutner-Fischer
2007-01-08- Adjust patches to take recent upstream fixes into account.Bernhard Reutner-Fischer
2007-01-06- simpler patch from Paolo Carlini for http://gcc.gnu.org/PR30365Bernhard Reutner-Fischer
2007-01-04- fix typoBernhard Reutner-Fischer
2007-01-03- portable cp argsBernhard Reutner-Fischer
2006-12-28- I'm pretty sure that i don't want LFS support on the gcc-4_2-branchBernhard Reutner-Fischer
Leave the rest as is. *shrug*
2006-12-28- Pass largefile support down to the cross- and the native target compiler.Bernhard Reutner-Fischer
2006-12-28- add option to disable LFS and regenerate configureBernhard Reutner-Fischer
Will send upstream later on.
2006-12-28- add missing namespace specifiers. Fixes compilation error.Bernhard Reutner-Fischer
2006-12-22- add gfortran supportBernhard Reutner-Fischer
2006-12-22- fix building the target-compiler by passing the correct HOSTCC in.Bernhard Reutner-Fischer
2006-12-22- fix setting the REAL_GCC_VERSION if no snapdate was given (i.e. we're ↵Bernhard Reutner-Fischer
using a svn co of the branch). sjhill, please verify that this still works for you!
2006-12-22- move setting of determination whether we use a full kernel vs. sanitized ↵Bernhard Reutner-Fischer
headers into the generic part
2006-12-18- put the full kernel's sources into build_/, install them into ↵Bernhard Reutner-Fischer
toolchain_build_. Saves quite some disk-space on the compile-host. - Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
2006-12-15- s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/gBernhard Reutner-Fischer
2006-12-15- Only care about the locale stuff if we have locale in the first place.Bernhard Reutner-Fischer
2006-12-14Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ↵Bernhard Reutner-Fischer
copies it from there instead of downloading it again for every uClibc build.
2006-12-14- prerequisites are evaluated immediately, so move the dl rule down below ↵Bernhard Reutner-Fischer
setting the respective variables. Thanks to whirm for noticing this.