log build.sh @ 73:2fa6b59e0210

age author description
Wed, 20 Dec 2006 12:10:43 -0500 Rob Landley Little wrapper script to run the stages in order. I generally run:
Mon, 11 Dec 2006 00:48:20 -0500 Rob Landley Update build script. Now uses a config file (usage: ./build.sh arch), and
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: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
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 13:17:47 -0500 Rob Landley Trying to build an arm toolchain (so I can test "hello world" with arm
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, 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:29:11 -0400 landley First version of new build script. Does nothing, but does it correctly.