log
| age |
author |
description |
| 12 months ago |
Rob Landley |
Teach ccwrap.c to use arch-specific WRAPPER_TOPDIR values, to avoid interfering with canadian cross.0.9.7 |
| 12 months ago |
Rob Landley |
Add a hw-config for the Tin Can Tools hammer/nail board, ala http://www.tincantools.com/product.php?productid=16143 |
| 12 months ago |
Rob Landley |
Make sparc build a static version. (Yes, this involves rubbing the distcc ./configure's nose in something to avoid a gratuitous build break.) The result bots to a shell prompt! Which then has a bus error if you try to do an "ls -l" and freezes if you "echo *". Still, that's progress... |
| 12 months ago |
Rob Landley |
Use the powerpc kernel config for powerpc-440fp, since the 440 instruction set is more or less a subset of powerpc, and qemu can't emulate the processor for a bamboo board yet. (So the toolchain and root filesystem is 440, and we boot with full powerpc kernel and qemu to test it.) |
| 12 months ago |
Rob Landley |
Make HOST_BUILD_EXTRA build the version of qemu the powerpc target runs under. |
| 12 months ago |
Rob Landley |
Minor version bumps for kernel, busybox, and e2fsprogs, add dropbear to the download list, and use shorter version of sourceforge download links. |
| 12 months ago |
Rob Landley |
Updated patch to fix soft float for armv4l and armv4eb |
| 13 months ago |
Rob Landley |
Be a little more consistent about space vs tab indentation. |
| 13 months ago |
Rob Landley |
Better documentation for ./download.sh --extract |
| 13 months ago |
Rob Landley |
Allow target settings to specify BUILD_STATIC. |