log

age author description
Sun, 31 Aug 2014 23:23:37 -0500 Rob Landley Powerpc serial didn't work in the 3.15 kernel, revert the patch that broke it.
Sun, 24 Aug 2014 22:23:05 -0500 Rob Landley Second attempt: make dynamic linker match libc in ccwrap.
Sun, 17 Aug 2014 18:12:50 -0500 Rob Landley Move hello.c into /src in the root filesystem so the instructions in the README to try building it aren't wrong.
Sun, 17 Aug 2014 13:03:48 -0500 Rob Landley Have ccwrap autodetect which dynamic linker to use, musl's or uClibc's.
Sun, 17 Aug 2014 13:00:20 -0500 Rob Landley Fix parallel (NOP) host-tools.sh calls.
Sun, 17 Aug 2014 00:06:04 -0500 Rob Landley Add MUSL=1 config option to force musl build.
Fri, 15 Aug 2014 18:46:51 -0500 Rob Landley linux 3.15
Fri, 15 Aug 2014 17:45:17 -0500 Rob Landley Don't rebuild record-commands directory if build/host didn't change.
Sat, 12 Jul 2014 17:04:12 -0500 Rob Landley Update URL for html version of presentation.
Fri, 04 Jul 2014 23:55:54 -0500 Rob Landley Update gcc-core musl support patches.
Wed, 02 Jul 2014 21:18:19 -0500 Rob Landley Yank patch next toybox version won't need (and musl doesn't either).
Wed, 02 Jul 2014 21:17:39 -0500 Rob Landley Make gcc use the documented type for signal info instead of implementation detail leakage that musl doesn't do.
Wed, 02 Jul 2014 21:16:34 -0500 Rob Landley Patch from Bobby Bingham to remove some more hardwired path stupidity gcc reaches around ccwrap to perpetrate.
Wed, 02 Jul 2014 20:42:45 -0500 Rob Landley Fix --print-file-name=blah.a
Wed, 02 Jul 2014 20:05:36 -0500 Rob Landley Very basic musl support. Still needs debugging and to be enabled per-target.