log

age author description
Mon, 16 Nov 2009 01:51:18 -0600 Rob Landley Add a FAQ.
Mon, 16 Nov 2009 01:45:56 -0600 Rob Landley Lots of comments.
Sun, 15 Nov 2009 14:50:25 -0600 Rob Landley Add a clean.sh script, to "rm -rf build/*-*".
Sat, 14 Nov 2009 16:19:25 -0600 Rob Landley Update screenshot index, and check in script to generate each architecture's section.
Thu, 12 Nov 2009 15:39:00 -0600 Rob Landley Add MANIFEST file to buildall.sh output.
Wed, 11 Nov 2009 22:45:31 -0600 Rob Landley Jean spotted that the c++ symlinks were screwed up. Fixed now.
Wed, 11 Nov 2009 18:23:37 -0600 Rob Landley Fix a [ -z $test ] that produced multiple words for the $test part, but didn't have "$test" in quotes. I'm not sure how that ever worked.
Tue, 10 Nov 2009 18:54:52 -0600 Rob Landley More stuff to make running a guest user potentially useful.
Sun, 08 Nov 2009 21:02:19 -0600 Rob Landley Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Sun, 08 Nov 2009 16:05:48 -0600 Rob Landley Some packages build differently as root than as a normal user, so add a "guest" account giving a non-root user option. Tweak mdev so it's vaguely useful. (Thanks to Vladimir Dronnikov for the idea.)
Sun, 08 Nov 2009 04:34:06 -0600 Rob Landley Release notes for 0.9.8.
Sat, 07 Nov 2009 21:07:19 -0600 Rob Landley Update lots of descriptions, switch tct-hammer to EABI, and make sparc static again.
Sat, 07 Nov 2009 00:22:13 -0600 Rob Landley Added tag 0.9.8 for changeset 563c1abb06d0
Thu, 05 Nov 2009 04:05:32 -0600 Rob Landley The export command won't allow environment variable names to have dashes in them, and ccwrap.c already converts - into _ when checking ${ARCH}_WRAPPER_TOPDIR. But apparently I didn't remember to do that when _setting_ the variable. Oops. 0.9.8
Thu, 05 Nov 2009 02:29:40 -0600 Rob Landley m68k isn't a soft-float target.
Tue, 03 Nov 2009 13:48:08 -0600 Rob Landley Quick and dirty port of uClibc's readelf.c to build against glibc as well. Not used at the moment, just "so I have a copy when it goes away".
Mon, 02 Nov 2009 20:39:32 -0600 Rob Landley Catch if the native compiler build dies (probably means uClibc is horked on i686).
Mon, 02 Nov 2009 14:23:56 -0600 Rob Landley Mike Frysinger decided that the readelf Erik Anderson wrote was too hard for him to understand, so he removed it from uClibc-git. So we allow the utils rename to fail if components aren't there, and perhaps I'll fork my own copy of readelf and maintain it myself.
Fri, 30 Oct 2009 03:45:47 -0500 Rob Landley Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Thu, 29 Oct 2009 22:43:13 -0500 Rob Landley Now that we cross compile busybox statically by default, remove it from native build.
Thu, 29 Oct 2009 12:47:57 -0500 Rob Landley setup-native-static-build.sh shouldn't blank cron-temp if hdc.sqf already there.
Thu, 29 Oct 2009 12:46:58 -0500 Rob Landley The mips build broke, this fixes it but isn't in the -stable series yet.
Thu, 29 Oct 2009 02:15:49 -0500 Rob Landley Unfinished update of history.html.
Tue, 27 Oct 2009 23:39:50 -0500 Rob Landley Fix path so the logs are actually saved.
Mon, 26 Oct 2009 20:29:16 -0500 Rob Landley Build busybox static by default (but not for host-tools.sh, since static glibc is buggy, and let .config to switch it off).
Mon, 26 Oct 2009 06:16:45 -0500 Rob Landley Make system-image.sh write out dev-environment.sh from a here document.
Mon, 26 Oct 2009 06:09:29 -0500 Rob Landley Largeish refactoring/simplification of run-emulator.sh and associated code. Now automatically sets up the distcc trick if the appropriate $ARCH-cc toolchain is in the $PATH (or the current directory).
Mon, 26 Oct 2009 06:07:05 -0500 Rob Landley Now that qemu 0.11.0 works, remove the "build a qemu snapshot" logic. QEMU goes back to being something the host has installed on it if you want to use it.
Mon, 26 Oct 2009 05:56:09 -0500 Rob Landley Update various package versions.
Sun, 25 Oct 2009 03:27:17 -0500 Rob Landley Add some comments.