scripts/crosstool.sh
2009-01-12 Fix initialising the workspace:
2009-01-06 Add the Eclipse Java Compiler to be able to compile Java.
2009-01-04 Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.
2009-01-04 Get rid of CT_CC_FILE.
2009-01-04 Get rid of CT_GMP_FILE and CT_MPFR_FILE.
2009-01-04 Get rid of CT_BINUTILS_FILE.
2009-01-04 Get rid off CT_KERNEL_FILE.
2008-12-11 Move toolchain-config.in from tools/ to scripts/
2008-12-11 Move populate.in from tools/ to scripts/
2008-12-09 .config is in CT_TOP_DIR, and we *are* in CT_TOP_DIR.
2008-12-03 Backport #1256 from trunk/:
2008-12-03 Use the dedicated function CT_DoConfigSub rather than invoking config.sub directly.
2008-11-28 Minor POSIX compliance, and typo.
2008-11-28 Canonicalise CT_BUILD and CT_HOST:
2008-11-20 Overide locale to C so as to have readable logs.
2008-11-19 Do not mangle Cygwin tuples.
2008-11-13 Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:
2008-11-07 Do not autodetect 64-bit archs, have them tell be 'select'-ing ARCH_64 in the configuration.
2008-11-04 Merge #1190 from /devel/YEM-build_host_target_cleanup:
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.