log cross-compiler.sh @ 283:8b70223188d8

age author description
Thu, 31 Jan 2008 02:20:57 -0600 Rob Landley Set up symlinks for distcc to use.
Wed, 23 Jan 2008 02:33:45 -0600 Rob Landley Fix cross compiler toolchain to be properly relocatable on x86-64 host.
Mon, 05 Nov 2007 15:39:28 -0600 Rob Landley Make sure error return from setupfor is noticed.
Wed, 19 Sep 2007 18:52:56 -0500 Rob Landley Be smarter about extracting tarballs: extract one copy of each tarball
Tue, 26 Jun 2007 21:32:19 -0400 Rob Landley Fixup the -j stuff to actually work. (typo in gcc, and uClibc can't use it.)
Tue, 26 Jun 2007 17:51:14 -0400 Rob Landley Autodetect number of processors and feed appropriate -j to make.
Sun, 24 Jun 2007 17:43:01 -0400 Rob Landley Three things: 1) dash->bash, 2) install cross-ldd and cross-readelf,
Sat, 07 Apr 2007 20:34:08 -0400 Rob Landley uClibc uses CROSS for different things than we do, so blank it when not
Fri, 30 Mar 2007 14:57:03 -0400 Rob Landley Fix typo in path name.
Fri, 30 Mar 2007 13:31:41 -0400 Rob Landley Only run the sanity check on the toolchain if the appropriate qemu is installed.
Mon, 26 Mar 2007 18:42:37 -0400 Rob Landley Some tweaks to make toolchain debugging easier.
Sat, 17 Mar 2007 16:34:30 -0400 Rob Landley Move uClibc to miniconfig.
Sun, 04 Mar 2007 16:15:58 -0500 Rob Landley Make host-tools not rebuild stuff that's already there, fix yet more corner
Mon, 26 Feb 2007 17:57:27 -0500 Rob Landley Beat on the build to make readelf and ldd build for cross-mipsel.
Sat, 24 Feb 2007 20:33:02 -0500 Rob Landley Build uClibc's readelf and ldd by hand to work around inadequate cross-compile
Thu, 01 Feb 2007 00:37:50 -0500 Rob Landley Delete output directories on re-run, teach build to log and build multiple
Mon, 29 Jan 2007 11:50:49 -0500 Rob Landley Break out the qemu build (and squashfs) into something easy to comment out,
Sun, 14 Jan 2007 15:45:27 -0500 Rob Landley Again, use $QEMU_TEST instead of $KARCH. (For mipsel, they don't match.) 0.1.1
Sun, 14 Jan 2007 04:58:49 -0500 Rob Landley Helps to actually use the right value when building qemu application emulation.
Sun, 14 Jan 2007 03:11:45 -0500 Rob Landley Switch config-linux to miniconfig-linux. Adjust the build and config scripts,
Fri, 12 Jan 2007 15:25:59 -0500 Rob Landley Move the "hello world" source into sources/toys. Build (in mini-native)
Wed, 03 Jan 2007 13:16:57 -0500 Rob Landley Teach the cross compiler to only build the qemu targets currently needed,
Mon, 01 Jan 2007 01:00:47 -0500 Rob Landley Poke at x86_64 so it builds.
Sat, 30 Dec 2006 21:14:38 -0500 Rob Landley Be in the right directory to clean up squashfs source.
Fri, 29 Dec 2006 23:53:05 -0500 Rob Landley Build mksquashfs in the non-short cross-compiler, and use it at the end of
Wed, 27 Dec 2006 22:32:40 -0500 Rob Landley Hit uClibc build with a large rock so it stops inserting hardwired paths in
Mon, 25 Dec 2006 16:31:51 -0500 Rob Landley Shuffle comments around.
Sat, 23 Dec 2006 02:49:48 -0500 Rob Landley Add i686 and x86_64 config files. (Might or might not work, dunno.)
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
Sat, 16 Dec 2006 20:20:00 -0500 Rob Landley Largeish update.
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 ''.
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 17:14:36 -0500 Rob Landley Cleaup pass: Break out shell functions and variable definitions into include.sh. base build.sh@0c3366b65023