| 5 years | Rob Landley | Add i686 and x86_64 config files. (Might or might not work, dunno.) |
| 5 years | Rob Landley | Add squashfs support. This triggers a compiler bug in gcc 4.1.1 for armv4, |
| 5 years | Rob Landley | Weird ordering dependency. I think it's a uClibc bug? |
| 5 years | Rob Landley | #include <strings.h> for index and rindex. Some build environments distinguish |
| 5 years | Rob Landley | Little wrapper script to run the stages in order. I generally run: |
| 5 years | Rob Landley | The patch that makes qemu 0.8.2 build with gcc 4.x. (Stitched together from |
| 5 years | Rob Landley | Build a gcc wrapper for _target_, and add a "strip" command to halve the |
| 5 years | Rob Landley | Add make to mini-native (required one more option switched on in uClibc), add |
| 5 years | Rob Landley | A native compiler doesn't have a cross-prefix. |
| 5 years | Rob Landley | Remove qemu build (it's in cross-compiler.sh now), move uClibc build right |
| 5 years | Rob Landley | Turnerize. |
| 5 years | Rob Landley | Strip binaries. |
| 5 years | Rob Landley | Turnerize the build script and teach cross-compile.sh to build qemu when |
| 5 years | Rob Landley | Still doesn't work, but doesn't work better. |
| 5 years | Rob Landley | Add g++ to package list. |
| 5 years | Rob Landley | Helps to check in something that isn't _obviously_ broken. :) |
| 5 years | Rob Landley | Intermediate snapshot. Doesn't work yet. |
| 5 years | Rob Landley | Fix inappropriate activation of profiling support, and add environment variable |
| 5 years | Rob Landley | Largeish update. |
| 5 years | Rob Landley | Note the mailing list. |
| 5 years | Rob Landley | Apparently, the exit value of a successful build is 1 because [ $? -ne 0 ] |
| 5 years | Rob Landley | Apparently "" around EOF also disables variable substitution, not just ''. |
| 5 years | Rob Landley | Update to 2.6.19.1 kernel. (Hopefully this fixes the network defines in |
| 5 years | Rob Landley | Why didn't "hg mv build.sh cross-compiler.sh" figure out what build.sh had |
| 5 years | Rob Landley | Make the "supported architecutes" list have sane line breaks. |
| 5 years | Rob Landley | Cleaup pass: Break out shell functions and variable definitions into include.sh. |
| 5 years | Rob Landley | Update build script. Now uses a config file (usage: ./build.sh arch), and |
| 5 years | Rob Landley | Add qemu to the list of downloaded source code. |
| 5 years | Rob Landley | Update web page. |
| 5 years | Rob Landley | Make the wrapper script happy if the current directory is in the cross compiler |
| 5 years | Rob Landley | The poor design of the gcc command line never ceases to amaze. Notice how |
| 5 years | Rob Landley | Replace single character variable names with ones that are easier to grep for. |
| 5 years | Rob Landley | For some reason, `""` doesn't work. But "$("")" does. |
| 5 years | Rob Landley | Make quotes match up. |
| 5 years | Rob Landley | Error reporting missed a spot. |
| 5 years | Rob Landley | One more missing path in the qemu-arm check. (Notice I'm not building qemu |
| 5 years | Rob Landley | Balance quotes, add some missing quotes, preserve old $PATH. |
| 5 years | Rob Landley | Minor cleanup on the wrapper script (much more cleanup needed before it's |
| 5 years | Rob Landley | Build uClibc under the wrapper script. (There's got to be a better way to |
| 5 years | Rob Landley | Switch linking back on as the default, add support for -print-search-dirs, |
| 5 years | Rob Landley | Two problems: 1) Needed to parse -print-file-name= to make the uClibc build |
| 5 years | Rob Landley | Managed to get a working toolchain, with wrapper script, to build a hello |
| 5 years | Rob Landley | Build for the wrapper script. (Which still doesn't work right.) |
| 5 years | Rob Landley | Some more work on the wrapper. Still doesn't work yet. |
| 5 years | Rob Landley | Trying to build an arm toolchain (so I can test "hello world" with arm |
| 5 years | Rob Landley | Replace the path finding logic with the stuff from toybox. |
| 5 years | Rob Landley | A version of the old uClibc wrapper script, which Chris Faylor maintained for |
| 5 years | Rob Landley | Missing a close tag. |
| 5 years | Rob Landley | Teach the download script to make symlinks, and update kernel to 2.6.19. |
| 5 years | Rob Landley | Script to download all the source code needed by the build. |
| 5 years | Rob Landley | Switch in make headers_install, fix the uclibc cleanup stage to actually work, |
| 5 years | Rob Landley | Some work I did back in october but hadn't checked in yet: let setupfor() |
| 5 years | Rob Landley | Finish shuffling old website material into new website. |
| 5 years | Rob Landley | Take the darn executable bit off of index.html. |
| 5 years | Rob Landley | A real web page, and description of the build process. |
| 5 years | Rob Landley | Make a www directory, move html files into it. |
| 5 years | landley | Extract headers, build cross-binutils, build cross-gcc. Needs a C library. |
| 5 years | landley | Update it a bit. Talk about environmental dependencies, etc. |
| 5 years | landley | First version of new build script. Does nothing, but does it correctly. |
| 5 years | landley | Whee, a mercurial repository! |