summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Expand)Author
2007-07-08- factor-out common config options for staging and target compilerBernhard Reutner-Fischer
2007-07-08- we have to reconfigure iff some compiler-config was changed.Bernhard Reutner-Fischer
2007-07-08- provide default for vfprintfBernhard Reutner-Fischer
2007-07-07- adjust for the released 4.2.0 versionBernhard Reutner-Fischer
2007-07-07- forgot to adjust the pathBernhard Reutner-Fischer
2007-07-07- use correct path to libstdc++Bernhard Reutner-Fischer
2007-07-07Avoid stripping scriptsUlf Samuelsson
2007-07-07- pull in missing hunks from the arm-mmap fix.Bernhard Reutner-Fischer
2007-07-07- improve help textBernhard Reutner-Fischer
2007-07-07Avoid stripping a script fileUlf Samuelsson
2007-07-06Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"
2007-07-06Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LD..."Steven J. Hill"
2007-07-05This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT se..."Steven J. Hill"
2007-07-05Enable the option."Steven J. Hill"
2007-07-05Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. A..."Steven J. Hill"
2007-06-28- work around bug in gcc (or rather libiberty) for parallel installBernhard Reutner-Fischer
2007-06-28- pull arm mmap fix from trunkBernhard Reutner-Fischer
2007-06-26- fix typo in sed exprBernhard Reutner-Fischer
2007-06-26- add BR2_INET_IPV6 and BR2_INET_RPCBernhard Reutner-Fischer
2007-06-26- don't bail out on cc warningsBernhard Reutner-Fischer
2007-06-26- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONSBernhard Reutner-Fischer
2007-06-25- remove erroneously copied patchBernhard Reutner-Fischer
2007-06-25- for -Os, turn switch statements into if-else chainsBernhard Reutner-Fischer
2007-06-25- add 2.17.50.0.17Bernhard Reutner-Fischer
2007-06-25- add patch for the 0.9.29 release that fixes the visibility of internal_func...Bernhard Reutner-Fischer
2007-06-25- adjust patches of the gcc-clean targetBernhard Reutner-Fischer
2007-06-24- yet another hunk that should have been part of r18904Bernhard Reutner-Fischer
2007-06-24- disable sysroot support for anything but the current, stable release seriesBernhard Reutner-Fischer
2007-06-23- "Keep the actual toolchain binaries in a directory at the same level".Bernhard Reutner-Fischer
2007-06-22- fixup ccache to know about usr/binBernhard Reutner-Fischer
2007-06-22- gdb resides in usr/Bernhard Reutner-Fischer
2007-06-21- bump version to 2.6.21.5Bernhard Reutner-Fischer
2007-06-20- add OPENMP configure handling (needed for e.g. gettext).Bernhard Reutner-Fischer
2007-06-20- add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer
2007-06-16Please make sure to update this file as well for new versions of GDB."Steven J. Hill"
2007-06-13- allow for patching snapshots. Files are named uClibc.*.patch which is unamb...Bernhard Reutner-Fischer
2007-06-07- forgot to supply a default for UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer
2007-06-07- adjust sample configBernhard Reutner-Fischer
2007-06-06- prefer shared libs on the hostBernhard Reutner-Fischer
2007-06-06- adjust to use the gcc-4.2.0 releaseBernhard Reutner-Fischer
2007-06-05- fix typo in version checkBernhard Reutner-Fischer
2007-06-02- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer
2007-06-01- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer t...Bernhard Reutner-Fischer
2007-05-24Fixed silly typo. Thanks to Petur Thors for reportingPeter Korsgaard
2007-05-15Strip librariesPeter Korsgaard
2007-05-15- add gdb-6.6Bernhard Reutner-Fischer
2007-05-15- add 2.17.50.0.16Bernhard Reutner-Fischer
2007-05-12- store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfigBernhard Reutner-Fischer
2007-05-11- ignore eventual errors from which(1)Bernhard Reutner-Fischer
2007-05-10If we are using snapshot, don't even attempt to try and patch anything."Steven J. Hill"