log

age author description
Sun, 10 Dec 2006 23:32:45 -0500 Rob Landley Add qemu to the list of downloaded source code.
Sun, 10 Dec 2006 23:31:28 -0500 Rob Landley Update web page.
Sun, 10 Dec 2006 22:53:15 -0500 Rob Landley Make the wrapper script happy if the current directory is in the cross compiler
Sun, 10 Dec 2006 13:12:04 -0500 Rob Landley The poor design of the gcc command line never ceases to amaze. Notice how
Fri, 08 Dec 2006 11:48:33 -0500 Rob Landley Replace single character variable names with ones that are easier to grep for.
Tue, 05 Dec 2006 23:00:12 -0500 Rob Landley For some reason, `""` doesn't work. But "$("")" does. 0.0.1
Tue, 05 Dec 2006 22:12:28 -0500 Rob Landley Make quotes match up.
Tue, 05 Dec 2006 21:47:49 -0500 Rob Landley Error reporting missed a spot.
Tue, 05 Dec 2006 21:05:17 -0500 Rob Landley One more missing path in the qemu-arm check. (Notice I'm not building qemu
Tue, 05 Dec 2006 20:51:40 -0500 Rob Landley Balance quotes, add some missing quotes, preserve old $PATH.
Tue, 05 Dec 2006 20:29:21 -0500 Rob Landley Minor cleanup on the wrapper script (much more cleanup needed before it's
Tue, 05 Dec 2006 20:03:08 -0500 Rob Landley Build uClibc under the wrapper script. (There's got to be a better way to
Tue, 05 Dec 2006 18:33:25 -0500 Rob Landley Switch linking back on as the default, add support for -print-search-dirs,
Tue, 05 Dec 2006 16:37:50 -0500 Rob Landley Two problems: 1) Needed to parse -print-file-name= to make the uClibc build
Mon, 04 Dec 2006 20:30:51 -0500 Rob Landley Managed to get a working toolchain, with wrapper script, to build a hello
Mon, 04 Dec 2006 18:25:14 -0500 Rob Landley Build for the wrapper script. (Which still doesn't work right.)
Mon, 04 Dec 2006 17:07:35 -0500 Rob Landley Some more work on the wrapper. Still doesn't work yet.
Mon, 04 Dec 2006 13:17:47 -0500 Rob Landley Trying to build an arm toolchain (so I can test "hello world" with arm
Sat, 02 Dec 2006 18:41:17 -0500 Rob Landley Replace the path finding logic with the stuff from toybox.
Sat, 02 Dec 2006 13:18:58 -0500 Rob Landley A version of the old uClibc wrapper script, which Chris Faylor maintained for
Thu, 30 Nov 2006 17:02:46 -0500 Rob Landley Missing a close tag.
Thu, 30 Nov 2006 14:58:26 -0500 Rob Landley Teach the download script to make symlinks, and update kernel to 2.6.19.
Wed, 29 Nov 2006 01:08:30 -0500 Rob Landley Script to download all the source code needed by the build.
Tue, 28 Nov 2006 17:29:44 -0500 Rob Landley Switch in make headers_install, fix the uclibc cleanup stage to actually work,
Tue, 28 Nov 2006 16:15:07 -0500 Rob Landley Some work I did back in october but hadn't checked in yet: let setupfor()
Tue, 28 Nov 2006 16:08:42 -0500 Rob Landley Finish shuffling old website material into new website.
Mon, 27 Nov 2006 19:39:22 -0500 Rob Landley Take the darn executable bit off of index.html.
Mon, 27 Nov 2006 19:36:31 -0500 Rob Landley A real web page, and description of the build process.
Mon, 27 Nov 2006 19:34:36 -0500 Rob Landley Make a www directory, move html files into it.
Tue, 15 Aug 2006 23:32:28 -0400 landley Extract headers, build cross-binutils, build cross-gcc. Needs a C library.