scripts/crosstool.sh
2008-07-17 Remove the check for absolutely needed tools now ./configure checks for them.
2008-07-16 Move the check for tsocks' availability just before using tsocks: make it clear we check before we use.
2008-06-24 Allow to store working files outside the build tree (eg. incase the working tree is on the network).
2008-06-19 Backport #698 from trunk:
2008-06-17 Help glibc build by exporting PARALLELMFLAGS.
2008-06-15 Some makeinfo versions are a pain in [somewhere very painful].
2008-05-24 Use the arch-specific target LDFLAGS into the final target LDFLAGS.
2008-05-20 Get rid of all `command` (which is a bashism), and replace them with $(command), which is POSIX.
2008-05-15 Fix forcing source extraction.
2008-05-14 Sanitise and use CT_CC_NATIVE.
2008-04-30 Merge the fortran stuff to trunk now it works!
2008-04-28 Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc.
2008-04-26 Configure tsocks with a simple heuristic.
2008-04-20 Tss.... I was bieng real stupid while building up the tsocks.conf file. Implement a much simpler way.
2008-04-18 Using SOCKS 4/5 proxy is no easy task:
2008-04-18 Fix using HTTP proxy.
2008-04-17 Add an option to use a SOCKS 4/5 proxy to connect to the internet.
2008-04-13 Allow using an HTTP proxy to tunnel FTP and HTTP requests.
2008-02-14 Robet P. J. DAY: typoes.
2008-01-28 Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work with ancient findutils.
2007-09-23 Do not try to save new;y downloaded tarballs to local storage if the directory does not exist.
2007-09-23 Renamed all patches file names so that locales are now irrelevant to sort the files.
2007-09-16 ARM EABI is now working for little endian ARM targets.
2007-09-16 Call architecture-specific functions from all scripts needing them.
2007-09-15 Further improve the architecture-specific framework.
2007-09-15 We don't support Cygwin yet, no point in having quirks in.
2007-09-14 Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
2007-09-14 Add the framework to have architecture-specific configuration and functions.
2007-09-14 Small eye candy fix.
2007-08-15 Change "triplet" (target triplet) to "tuple". That sounds better!
2007-08-15 Add the possibility to force the number of // jobs without reconfiguring.
2007-08-15 Get rid of the core cc selection. It is now the same as the final compiler.
2007-08-07 Introduce new config option: CT_TARGET_ALIAS_SED_EXPR
2007-08-07 Make use of setsid to spawn removal processes: we don't want the rm's to stop if the main script fails and ends before all directories were removed.
2007-08-07 Revert previous spurious commit.
2007-08-07 Fix the Makefile.in to correctly remove generated documentation.
2007-07-30 Remove any reference to libfloat. That has gone once and for all.
2007-07-23 MAKEFLAGS was leaking into some components build system (dmalloc, for example). This fixes it.
2007-07-17 When isntalling aliases, send symlinks creation to CT_DEBUG log level.
2007-07-17 Remove the symlinks to the build/host tools earlier.
2007-07-14 Print a message when installing populate.
2007-07-13 Add a test for lynx (needed to download sstrip.c from buildroot).
2007-07-08 Add a utility to populate a root directory with libraries from the toolchain.
2007-07-07 Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "foobar was not found in /bin:/usr/bin:...." directly on stderr)
2007-07-02 Get rid of eclipse fiels once and for all.
2007-07-01 Merge the build system to trunk: ct-ng is now installable:
2007-06-17 The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.log".
2007-06-16 scripts/functions is responsible for initiating the log file.
2007-06-02 Be a little more explicit when the user wants to restart a non-restartable build.
2007-06-02 Revert revision 201: renaming the two cc_core passes was a bad idea.
2007-06-01 Rename two steps to their real names:
2007-06-01 Introduce the notion of tols facilities (none so far, sstrip coming right away...).
2007-05-28 Fix and enhance the STOP/RESTART facility.
2007-05-27 Forgot to remove all build system tools from the generated toolchain.
2007-05-27 Merge the NPTL stuff.
2007-05-25 Add the possibility to stop after a specified step.
2007-05-24 In the non-canadian case, also force the build system.
2007-05-22 Be verbose when making build system tools available, and when access is removed. Log this to DEBUG.
2007-05-22 Implement a restart facility.
2007-05-20 Ah! I finally have a progress bar that doesn't stall the build!