log config @ 755:38534e7a4844

age author description
Mon, 18 May 2009 15:05:40 -0500 Rob Landley Documentation tweak.
Thu, 16 Apr 2009 06:21:50 -0500 Rob Landley First pass at canadian cross toolchain build. Result doesn't actually work yet, but it builds.
Fri, 10 Apr 2009 03:32:41 -0500 Rob Landley Add NATIVE_TOOLCHAIN=only, to build _just_ the native toolchain (sae set of packages as the cross compiler, only --enable-shared and with uClibc++).
Thu, 09 Apr 2009 23:53:05 -0500 Rob Landley Rename mini-native.sh to root-filesystem.sh, since that's what it builds.
Wed, 08 Apr 2009 19:31:55 -0500 Rob Landley Add BUILD_VERBOSE config option.
Wed, 01 Apr 2009 06:40:24 -0500 Rob Landley Add NATIVE_RETROFIT_CXX to add uClibc++ to the cross compiler tarball.
Mon, 30 Mar 2009 01:11:34 -0500 Rob Landley Add SKIP_STAGE_TARBALLS config option to skip creating tarballs after each stage.
Thu, 26 Mar 2009 15:32:31 -0500 Rob Landley Make a config option for the cross compiler smoke test. The problem is that recent kernel upgrades broke qemu-arm (application emulation, not system emulation), so it can't run anything unless you "echo 0 > /proc/sys/vm/mmap_min_addr" as root. Fun.
Tue, 24 Mar 2009 21:23:15 -0500 Rob Landley Add qemu to host-tools.sh. If HOST_BUILD_EXTRA set, compile from source, otherwise symlink it from host. (Note that ppc --nographic and sh4 --append are currently broken in host version of qemu.)
Mon, 16 Feb 2009 15:32:29 -0600 Rob Landley Add SNAPSHOT_SYMLINK option so extracted source packages can live in a different filesystem than the build directory.
Tue, 10 Feb 2009 22:13:55 -0600 Rob Landley Add SYSIMAGE_HDA_MEGS config parameter (defaulting to 64).
Fri, 23 Jan 2009 13:35:20 -0600 Rob Landley Change NATIVE_TOOLCHAIN to work like all the other config variables: unset gives the default behavior.
Tue, 13 Jan 2009 18:35:25 -0600 Rob Landley Two more $ARCH->$ARCH_NAME changes for hw- targets, add another example to config, and make hw-wrt610n build.
Wed, 07 Jan 2009 05:20:29 -0600 Rob Landley Add NO_CLEANUP option to config.
Sun, 30 Nov 2008 06:18:12 -0600 Rob Landley Get the name right.
Fri, 28 Nov 2008 14:55:26 -0600 Rob Landley Make colors no longer be the default (adding a guard for the lot of 'em), and tweak NATIVE_TOOLCHAIN setting so it's more clear.
Mon, 24 Nov 2008 09:09:16 -0600 Rob Landley Rename (invert) NATIVE_NOTOOLCHAIN and NATIVE_NOTOOLSDIR, and tweak colors again.
Fri, 14 Nov 2008 19:20:24 -0600 Rob Landley Move color selection into ./config. (The default colors don't look great on a white background.)
Thu, 13 Nov 2008 21:13:15 -0600 Rob Landley Rename CROSS_BUILD_STATIC, NATIVE_NOTOOLSDIR, NATIVE_NOTOOLCHAIN and make them work properly.
Wed, 29 Oct 2008 21:51:25 -0500 Rob Landley Default config shouldn't set anything, just show how to set it.
Sun, 28 Sep 2008 05:45:13 -0500 Rob Landley Break config out from include.sh, so environment variables users can edit to affect the build are collected together in one place with nothing else in it.