scripts/crosstool.sh
2008-10-23 Push the calculation of the tuple's kernel part down to kernel's build scripts:
2008-10-10 Simplify the Tools and Debug facilities menu entries:
2008-10-06 Install the config script following the naming of other files, eg. "${CT_TARGET}-" instead of "${CT_TARGET}." .
2008-10-05 Separate the architecture config file and function script.
2008-10-03 Fourth shot at moving arch/ into config/arch/ .
2008-10-01 Save the toolchain configuration to its own file, as an auto-extracting shell script:
2008-09-14 Introduce a new EXPERIMENTAL feature: BARE_METAL.
2008-09-10 Remove the now really obsolete Linux kernel headers copy and sanitised.
2008-08-25 Allow using ash as the shell for ./configure and make.
2008-08-09 Merge #893 and #923 from trunk:
2008-08-07 Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
2008-08-07 Beautify final output.
2008-08-04 Michael ABBOTT reported that populate is not relocatable.
2008-08-01 Rework a little bit of the LAN mirror and proxy settings.
2008-07-27 Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
2008-07-25 Hmmm. The debug pause at each step never ever worked... Sigh...
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)