log

age author description
Mon, 18 Dec 2006 15:39:33 -0500 Rob Landley Turnerize the build script and teach cross-compile.sh to build qemu when
Sun, 17 Dec 2006 18:32:07 -0500 Rob Landley Still doesn't work, but doesn't work better.
Sun, 17 Dec 2006 17:32:24 -0500 Rob Landley Add g++ to package list.
Sun, 17 Dec 2006 14:55:24 -0500 Rob Landley Helps to check in something that isn't _obviously_ broken. :)
Sun, 17 Dec 2006 14:21:02 -0500 Rob Landley Intermediate snapshot. Doesn't work yet.
Sun, 17 Dec 2006 14:19:51 -0500 Rob Landley Fix inappropriate activation of profiling support, and add environment variable
Sat, 16 Dec 2006 20:20:00 -0500 Rob Landley Largeish update.
Thu, 14 Dec 2006 15:20:07 -0500 Rob Landley Note the mailing list.
Tue, 12 Dec 2006 22:01:52 -0500 Rob Landley Apparently, the exit value of a successful build is 1 because [ $? -ne 0 ]
Tue, 12 Dec 2006 21:15:50 -0500 Rob Landley Apparently "" around EOF also disables variable substitution, not just ''.
Tue, 12 Dec 2006 12:39:42 -0500 Rob Landley Update to 2.6.19.1 kernel. (Hopefully this fixes the network defines in
Mon, 11 Dec 2006 21:06:19 -0500 Rob Landley Why didn't "hg mv build.sh cross-compiler.sh" figure out what build.sh had
Mon, 11 Dec 2006 19:51:35 -0500 Rob Landley Make the "supported architecutes" list have sane line breaks.
Mon, 11 Dec 2006 17:14:36 -0500 Rob Landley Cleaup pass: Break out shell functions and variable definitions into include.sh.
Mon, 11 Dec 2006 00:48:20 -0500 Rob Landley Update build script. Now uses a config file (usage: ./build.sh arch), and
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.
Sun, 13 Aug 2006 22:30:17 -0400 landley Update it a bit. Talk about environmental dependencies, etc.
Sun, 13 Aug 2006 22:29:11 -0400 landley First version of new build script. Does nothing, but does it correctly.
Sun, 06 Aug 2006 21:15:31 -0400 landley Whee, a mercurial repository!