scripts/functions
2008-10-23 Push the calculation of the tuple's kernel part down to kernel's build scripts:
2008-10-23 Architecture API change:
2008-10-21 Fix using only custom patches.
2008-10-12 Use ERROR level for make errors.
2008-09-14 Introduce a new EXPERIMENTAL feature: BARE_METAL.
2008-08-17 Log retrieved file emssages to DEBUG level, not EXTRA.
2008-08-12 Be a little less verbose when retrieving files if they are already present.
2008-08-11 Merge the branches/eglibc stuff:
2008-08-11 Move two log messages around, so that output looks better.
2008-08-09 Do not unset http_proxy, ftp_proxy and https_proxy in case of using a socks proxy.
2008-08-09 Backport #926 from trunk:
2008-08-09 Backport #922 from trunk:
2008-08-09 Merge #920 from branches/eglibc:
2008-08-09 Merge #916 from branches/eglibc:
2008-08-09 Merge #914 from branches/eglibc:
2008-08-09 Merge #911 from banches/eglibc:
2008-08-07 Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
2008-08-01 Rework a little bit of the LAN mirror and proxy settings.
2008-07-27 Backport #876 from trunk:
2008-07-27 Re-enable the restart functionality by removing some variables from the saved environment.
2008-07-26 Backport #864 from trunk:
2008-07-26 Backport #857 from trunk:
2008-07-26 In case of error, the error message would be printing in subshells, thus printing as many error message as there were subshells.
2008-07-25 While retrieving files, propagate the preferred extension down to sub-functions.
2008-07-24 When retrieving a file, allow preferred extension to be whatever starts with a dot, and not only one of .tar.bz2 .tar.gz .tgz or .tar.
2008-07-19 Introduce using a LAN mirror for retrieving tarballs.
2008-07-14 Catching a double fault is doomed... Don't take action.
2008-07-14 Don't print double-faults.
2008-07-14 Log the command being run when calling CT_DoExecLog, which is kinda the point of CT_DoExecLog, anyway...
2008-07-13 Also log the command being executed when calling CT_DoExecLog (no user yet).
2008-06-20 Print "Build completed" only if not in error, not the other way around.
2008-06-19 Only print "Build completed" if build was successful.
2008-05-25 Add a new helper function: CT_DoExecLog.
2008-05-21 Introduce target-specific LDFLAGS, the same way we have CFLAGS for the target.
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-15 Backport #631 from trunk:
2008-05-15 Backport #629 from trunk:
2008-05-15 Introduce a new option to overide components' config.{gues,sub} with the one provided with crosstool-NG.
2008-05-14 Export endianness CFLAGS.
2008-05-14 Fix building uClibc-based, soft-float toolchains by correctly setting float support in the uClibc config file.
2008-05-06 Add a new option to set connection timeout while downloading.
2008-04-13 Fix a comment.
2008-04-13 Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on his
2008-02-14 Robet P. J. DAY: typoes.
2008-01-16 Fix a long standing bug when setting compiler flags.
2007-10-30 Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from CT_ARCH_TUNE.
2007-09-16 ARM EABI is now working for little endian ARM targets.
2007-09-15 Further improve the architecture-specific framework.
2007-09-14 Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
2007-09-14 Migrate all supported architectures to use the architecture-specific framework.
2007-09-11 Merge from branches/ia64@476 : add ia64 preliminary support.
2007-09-08 Use symlinks to the localy stored tarballs rather than copying them.
2007-09-06 Add a patch to enqable NPTL build on ARM OABI with glibc-2.6.1.
2007-08-16 Fix restoring the environment.
2007-08-15 Change "triplet" (target triplet) to "tuple". That sounds better!
2007-08-12 Fix a small typo when extracting non-compressed steps.
2007-08-12 Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for pointed it out!
2007-07-30 Remove any reference to libfloat. That has gone once and for all.
2007-07-15 Add an option to save downloaded tarballs to local tarballs directory.
2007-07-12 Get rid of the legacy local variable got_it.