log

age author description
Sun, 03 Jan 2010 05:04:35 -0600 Rob Landley Remove the old GIMME_AN_S logic, instead make ccwrap autodetect presence of libgcc_s.so. Also fix a typo causing a nasty bug with the two dash version of --static.
Tue, 22 Dec 2009 12:14:03 -0600 Rob Landley Oops, local changes I didn't mean to check in leaked. Fix it.
Tue, 22 Dec 2009 11:51:52 -0600 Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
Sun, 20 Dec 2009 19:56:21 -0600 Rob Landley Actually remove functions that got moved to utility_functions.sh.
Sun, 20 Dec 2009 00:32:17 -0600 Rob Landley Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH.
Sat, 19 Dec 2009 00:51:16 -0600 Rob Landley Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup.
Fri, 18 Dec 2009 03:38:21 -0600 Rob Landley Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
Fri, 18 Dec 2009 03:36:12 -0600 Rob Landley Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
Fri, 11 Dec 2009 22:34:39 +0100 Marc Andre Tanner Silence compiler warnings: unused variable ?ignore?
Wed, 16 Dec 2009 15:22:21 -0600 Rob Landley Update version numbers (oops).
Sun, 13 Dec 2009 00:13:44 -0600 Rob Landley Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway.
Sun, 13 Dec 2009 00:13:09 -0600 Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.
Fri, 11 Dec 2009 22:29:06 +0100 Marc Andre Tanner Remove UCLIBC_GCC_{INC,LIB}
Fri, 11 Dec 2009 00:21:46 -0600 Rob Landley Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig.
Thu, 10 Dec 2009 03:34:22 -0600 Rob Landley New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32.
Tue, 08 Dec 2009 20:22:53 -0600 Rob Landley Update downloads/binaries/README
Tue, 08 Dec 2009 18:12:16 -0600 Rob Landley Announce release 0.9.9.
Tue, 08 Dec 2009 18:10:50 -0600 Rob Landley Added tag 0.9.9 for changeset d7485ceb119f
Tue, 08 Dec 2009 17:59:09 -0600 Rob Landley Remove leftover debris from mysetsid->killtree switch.
Tue, 08 Dec 2009 17:09:51 -0600 Rob Landley Comment typo spotted by Joe Perches.
Tue, 08 Dec 2009 08:36:10 -0600 Rob Landley Move to 2.6.32 kernel, updating patches. (With a much less ugly fix for powerpc, and allowing arm to use more qemu -cpu options.)
Tue, 08 Dec 2009 05:37:27 -0600 Rob Landley Tweak buildall.sh to run smoketest.sh out of the correct directory.
Sun, 06 Dec 2009 06:45:41 -0600 Rob Landley Should have removed this when the version got bumped to 0.1.0. 0.9.9
Sat, 05 Dec 2009 21:09:44 -0600 Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
Fri, 04 Dec 2009 12:02:47 -0600 Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
Thu, 03 Dec 2009 03:39:53 -0600 Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
Thu, 03 Dec 2009 01:38:21 -0600 Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
Thu, 03 Dec 2009 01:26:26 -0600 Rob Landley Build the rest of cross-static's host arch along with other architectures, and move hw- targets to explicitly build after non-hw targets.
Thu, 03 Dec 2009 01:18:39 -0600 Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
Thu, 03 Dec 2009 01:17:39 -0600 Rob Landley Tweak sequencing to build cross-static properly.