summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - 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 ↵Bernhard Reutner-Fischer2007-01-262-5/+18
| | | | | | | | | | | 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
* 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 ↵Bernhard Reutner-Fischer2007-01-224-38/+107
| | | | about to build a somewhat current toolchain.
* - 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
| | | | a native compiler
* - 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 ↵Bernhard Reutner-Fischer2007-01-201-0/+498
| | | | | | getc/putc macros for vapier to look at It even creates smaller code as compared to current svn..
* - 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
| | | | - use the BUSYBOX_CONFIG_FILE if specified by the user
* - 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
| | | | | 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
* - 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
| | | | Leave the rest as is. *shrug*
* - 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
| | | | Will send upstream later on.
* - add missing namespace specifiers. Fixes compilation error.Bernhard Reutner-Fischer2006-12-281-0/+36
|
* - add gfortran supportBernhard Reutner-Fischer2006-12-222-1/+27
|
* - fix building the target-compiler by passing the correct HOSTCC in.Bernhard Reutner-Fischer2006-12-221-2/+7
|
* - fix setting the REAL_GCC_VERSION if no snapdate was given (i.e. we're ↵Bernhard Reutner-Fischer2006-12-221-2/+2
| | | | | | using a svn co of the branch). sjhill, please verify that this still works for you!
* - move setting of determination whether we use a full kernel vs. sanitized ↵Bernhard Reutner-Fischer2006-12-223-9/+3
| | | | headers into the generic part
* - put the full kernel's sources into build_/, install them into ↵Bernhard Reutner-Fischer2006-12-181-2/+2
| | | | | | 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.
* - s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/gBernhard Reutner-Fischer2006-12-151-6/+7
|
* - Only care about the locale stuff if we have locale in the first place.Bernhard Reutner-Fischer2006-12-151-2/+9
|
* Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and ↵Bernhard Reutner-Fischer2006-12-141-1/+9
| | | | | | copies it from there instead of downloading it again for every uClibc build.
* - prerequisites are evaluated immediately, so move the dl rule down below ↵Bernhard Reutner-Fischer2006-12-141-3/+2
| | | | setting the respective variables. Thanks to whirm for noticing this.
* don't error out when asm-generic is absentEric Andersen2006-12-141-6/+12
|
* - convert mudflap to non-legacy SUSv3Bernhard Reutner-Fischer2006-12-131-0/+49
|
* - Pass the correct compiler when building the target binutils.Bernhard Reutner-Fischer2006-12-131-0/+1
|
* - Build binutils with sysroot support.Bernhard Reutner-Fischer2006-12-131-1/+3
|
* - pass the correct CC down to gcc-version.shBernhard Reutner-Fischer2006-12-131-1/+3
|
* - sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer2006-12-131-1/+2
|