log sources/toys/gcc-uClibc.c @ 346:8a71354d8ceb

age author description
Wed, 23 Jan 2008 02:33:45 -0600 Rob Landley Fix cross compiler toolchain to be properly relocatable on x86-64 host.
Sun, 16 Sep 2007 18:33:25 -0500 Rob Landley Use fprintf(stderr,...) instead of dprintf(2,...) to be more portable.
Sat, 30 Dec 2006 03:13:28 -0500 Rob Landley Update the uClibc snapshot and make config changes it needs.
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.
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
Sun, 17 Dec 2006 14:19:51 -0500 Rob Landley Fix inappropriate activation of profiling support, and add environment variable
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 20:29:21 -0500 Rob Landley Minor cleanup on the wrapper script (much more cleanup needed before it's
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 17:07:35 -0500 Rob Landley Some more work on the wrapper. Still doesn't work yet.
Sat, 02 Dec 2006 18:41:17 -0500 Rob Landley Replace the path finding logic with the stuff from toybox.
Sat, 02 Dec 2006 13:18:58 -0500 Rob Landley A version of the old uClibc wrapper script, which Chris Faylor maintained for