log

age author description
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.