log

age author description
Fri, 29 Dec 2006 20:00:10 -0500 Rob Landley Added tag 0.1.0 for changeset 478178b9337b
Fri, 29 Dec 2006 19:47:07 -0500 Rob Landley SSI #include needs file= 0.1.0
Thu, 28 Dec 2006 18:18:30 -0500 Rob Landley News ticker.
Thu, 28 Dec 2006 17:57:38 -0500 Rob Landley More website updates.
Thu, 28 Dec 2006 17:21:05 -0500 Rob Landley Update design document, add infrastructure for navigation links.
Thu, 28 Dec 2006 03:48:55 -0500 Rob Landley Install the uClibc utils install into /tools/bin. (Including readelf.)
Thu, 28 Dec 2006 00:09:03 -0500 Rob Landley Install the libc.so linker script that got built by uClibc. (Just because
Wed, 27 Dec 2006 22:32:40 -0500 Rob Landley Hit uClibc build with a large rock so it stops inserting hardwired paths in
Tue, 26 Dec 2006 01:20:11 -0500 Rob Landley Ok, when appending .. instead of truncating at /, remember the "stop truncating"
Tue, 26 Dec 2006 00:02:40 -0500 Rob Landley Make wrapper script work when /bin is a symlink to /usr/bin and the wrapper
Mon, 25 Dec 2006 20:13:08 -0500 Rob Landley Teach the native build about ld-uClibc.so.0 can living in /tools.
Mon, 25 Dec 2006 19:05:11 -0500 Rob Landley Get i686 cross-compiling to work like armv4l cross-compiling by lying to
Mon, 25 Dec 2006 16:31:51 -0500 Rob Landley Shuffle comments around.
Sat, 23 Dec 2006 19:01:05 -0500 Rob Landley Add force_cross_compile and block_host_toolchain to try to make the i686 native
Sat, 23 Dec 2006 02:49:48 -0500 Rob Landley Add i686 and x86_64 config files. (Might or might not work, dunno.)
Fri, 22 Dec 2006 18:40:19 -0500 Rob Landley Add squashfs support. This triggers a compiler bug in gcc 4.1.1 for armv4,
Fri, 22 Dec 2006 13:48:27 -0500 Rob Landley Weird ordering dependency. I think it's a uClibc bug?
Fri, 22 Dec 2006 11:51:59 -0500 Rob Landley #include <strings.h> for index and rindex. Some build environments distinguish
Wed, 20 Dec 2006 12:10:43 -0500 Rob Landley Little wrapper script to run the stages in order. I generally run:
Wed, 20 Dec 2006 12:08:51 -0500 Rob Landley The patch that makes qemu 0.8.2 build with gcc 4.x. (Stitched together from
Wed, 20 Dec 2006 01:58:41 -0500 Rob Landley Build a gcc wrapper for _target_, and add a "strip" command to halve the
Wed, 20 Dec 2006 01:36:36 -0500 Rob Landley Add make to mini-native (required one more option switched on in uClibc), add
Tue, 19 Dec 2006 01:29:17 -0500 Rob Landley A native compiler doesn't have a cross-prefix.
Tue, 19 Dec 2006 01:13:11 -0500 Rob Landley Remove qemu build (it's in cross-compiler.sh now), move uClibc build right
Tue, 19 Dec 2006 00:32:36 -0500 Rob Landley Turnerize.
Mon, 18 Dec 2006 17:58:04 -0500 Rob Landley Strip binaries.
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.