log

age author description
Sun, 26 Oct 2008 18:23:54 -0500 Rob Landley uClibc svn 23660 broke MALLOC=y for arm, switch to MALLOC_SIMPLE instead.
Sun, 26 Oct 2008 17:51:14 -0500 Rob Landley No shipping package should ever use -Werror, no idea what new gcc versions will decide to warn on. (Fixes build on ubuntu 8.10.)
Sun, 26 Oct 2008 16:12:24 -0500 Rob Landley Fix broken links pointed out by Stacey Sheldon.
Mon, 20 Oct 2008 18:02:21 -0500 Rob Landley Make setup script reentrant, don't require preset PATH. Based on changes by Vladimir Dronnikov.
Sun, 19 Oct 2008 02:47:44 -0500 Rob Landley Save the expanded .config files for uClibc and linux in each build/temp-$ARCH dir after the build.
Sun, 19 Oct 2008 02:46:37 -0500 Rob Landley Don't build distcc if it's not in $PATH but we already built it.
Thu, 16 Oct 2008 01:44:22 -0500 Rob Landley Now that uClibc-0.9.30-rc2 is out, switch to testing that.
Sun, 12 Oct 2008 03:08:39 -0500 Rob Landley Update Busybox to 1.12.1.
Sun, 12 Oct 2008 03:07:31 -0500 Rob Landley Binutils 2.18 needs a patch to build without makeinfo.
Sat, 11 Oct 2008 04:28:06 -0500 Rob Landley Fix old uClibc build.
Sat, 11 Oct 2008 00:27:54 -0500 Rob Landley Forgot to re-add the 2.6.25 version of the noperl patch.
Fri, 10 Oct 2008 02:43:44 -0500 Rob Landley Use unstable infrastructure to back off non-unstable kernel to 2.6.25 (where powerpc works) and bring back binutils 2.18 build as unstable version.
Wed, 08 Oct 2008 01:10:12 -0500 Rob Landley Tweak --fork display to show package being built.
Wed, 08 Oct 2008 00:01:21 -0500 Rob Landley Update run-with-distcc.sh to reliably kill distccd daemon on exit (even if killed by a signal), and vary port number so multiple targets can run in parallel.
Tue, 07 Oct 2008 22:37:06 -0500 Rob Landley Remove two patches current uClibc svn no longer needs.
Tue, 07 Oct 2008 15:05:40 -0500 Rob Landley Fix wrapper so static build doesn't look for libgcc_s.a.
Mon, 06 Oct 2008 21:56:53 -0500 Rob Landley Downloading from PREFERRED_MIRROR shouldn't calculate sha1sum twice.
Wed, 01 Oct 2008 16:35:56 -0500 Rob Landley Make the m68k internal compiler error go away.
Sun, 28 Sep 2008 12:18:40 -0500 Rob Landley Teach build to use recent uClibc snapshot when USE_UNSTABLE=uClibc
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.
Thu, 25 Sep 2008 01:21:56 -0500 Rob Landley Implement unstable package download logic, with examples. (Try "USE_UNSTABLE=uClibc,linux ./download.sh" for example.)
Tue, 23 Sep 2008 13:12:41 -0500 Rob Landley Minor cleanup, prepare for unstable package logic.
Tue, 23 Sep 2008 13:02:18 -0500 Rob Landley Minor cleanups.
Mon, 15 Sep 2008 18:24:27 -0500 Rob Landley Upgrade BUILD_SHORT to make a small busybox+uClibc system in /usr, with top level symlinks (/bin, /lib, etc) and adjustments to boot script and run-emulator.
Tue, 26 Aug 2008 17:48:32 -0500 Rob Landley Binutils 2.18 isn't usable under GPLv2 anymore, revert to 2.17.
Tue, 26 Aug 2008 17:40:39 -0500 Rob Landley Fix RECORD_COMMANDS log path so the report_recorded_command.sh works.
Tue, 26 Aug 2008 17:38:25 -0500 Rob Landley Side effect of moving UML build to packaging: RECORD_COMMANDS doesn't snapshot
Mon, 25 Aug 2008 12:22:39 -0500 Rob Landley Move User Mode Linux build to package-mini-native.sh, since that's the only
Sun, 24 Aug 2008 19:29:20 -0500 Rob Landley Teach the wrapper script to do the libgcc_s --as-needed stuff when
Fri, 15 Aug 2008 14:29:14 -0500 Rob Landley Add USE_TOYBOX option (enabled by default), to use toybox commands where