summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
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.
2006-12-14don't error out when asm-generic is absentEric Andersen
2006-12-13- convert mudflap to non-legacy SUSv3Bernhard Reutner-Fischer
2006-12-13- Pass the correct compiler when building the target binutils.Bernhard Reutner-Fischer
2006-12-13- Build binutils with sysroot support.Bernhard Reutner-Fischer
2006-12-13- pass the correct CC down to gcc-version.shBernhard Reutner-Fischer
2006-12-13- sh[234][[:alnum:]]* -> shBernhard Reutner-Fischer
2006-12-13install include/asm-generic if it is presentEric Andersen
2006-12-13use a more sensible naming schemeEric Andersen
2006-12-13Patch in the version agnostic fix_includes in the older uClibc 0.9.28Eric Andersen
2006-12-13another typoEric Andersen
2006-12-13oops, typoEric Andersen
2006-12-13update ordering, automagically handle x86 subtypesEric Andersen
2006-12-13split things up so this is not an unreadable messEric Andersen
2006-12-13- spelling fixBernhard Reutner-Fischer
2006-12-13fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGSEric Andersen
fix spacing on env var failure notices
2006-12-13add checks for when people have foolishly set things in their enviromentEric Andersen
such as CC, CFLAGS, etc that will cause buildroot to break
2006-12-13fix a few little glitches I left in here the other dayEric Andersen
2006-12-12- workaround vi's syntax highlightingBernhard Reutner-Fischer
2006-12-12update uClibc config settings and update installation of kernel headersEric Andersen
2006-12-10- revert r16800.Bernhard Reutner-Fischer
2006-12-08use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen
2006-12-07- The sysroot requires an existing argument, so make sure that we did configureBernhard Reutner-Fischer
uClibc properly before attempting to use it.
2006-12-07Update to newer snapshot."Steven J. Hill"
2006-12-04- re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in ↵Bernhard Reutner-Fischer
cbde1668e4f08e0a150207646010bc65e1e2a42b Userspace still needs those.
2006-12-02ver bumpMike Frysinger
2006-12-02- provide a 'make uclibc-config' target to make target specific ↵Bernhard Reutner-Fischer
configuration easy.
2006-12-02- bump non-sanitized version to 2.6.19Bernhard Reutner-Fischer
- remove some superfluous mkdir's - allow for patch, patch.gz, patch.bz2 per version
2006-12-02For GCC 4.2 snapshots, we need to get the actual version from the BASE-VER ↵"Steven J. Hill"
file so that the target compiler will build and install properly.
2006-11-29- move check for which(1) before it's first useBernhard Reutner-Fischer
- fix printing a message when erroring out on non-existing HOSTCC
2006-11-28ver bumpMike Frysinger
2006-11-28- fix parsing the gcc version. Also look at the HOSTCC's version rather than ↵Bernhard Reutner-Fischer
a random gcc that may be installed. Closes #961 and #1097
2006-11-22- bump versionBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer