| age |
author |
description |
| 7 months ago |
Rob Landley |
Update READMEs. |
| 7 months ago |
Rob Landley |
Fix thinko in download_from. |
| 7 months ago |
Rob Landley |
Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox. |
| 7 months ago |
Rob Landley |
Fix sparc build break caused by uClibc upgrade. |
| 7 months ago |
Rob Landley |
Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users. |
| 7 months ago |
Rob Landley |
More code cleanups (rename try_checksum to confirm_checksum). |
| 7 months ago |
Rob Landley |
Set the executable bit on bisectinate. |
| 7 months ago |
Rob Landley |
Rename try_download() to download_from(). |
| 7 months ago |
Rob Landley |
Revert patch that breaks sh4 target in 2.6.32 kernel. |
| 7 months ago |
Rob Landley |
Script to track down breakage in a USE_UNSTABLE package via git bisect. |
| 7 months ago |
Rob Landley |
Revert a patch that broke mips in uClibc 0.9.30.2. |
| 7 months ago |
Rob Landley |
Update uClibc to 0.9.30.2. (Breaks mips, tracking that down now.) |
| 7 months ago |
Rob Landley |
Build the static native binaries for all targets, not just the last one. (Thinko.) |
| 7 months ago |
Rob Landley |
Update strace to current version. |
| 7 months ago |
Rob Landley |
INLINE_SYSCALL isn't there on all targets, so switch to stuff that is. (This is kind of disgusting, but the problem's already been fixed in -dev so either there will someday be a new release, or it won't matter.) |
| 7 months ago |
Rob Landley |
Improved zilog serial fix from the ppc guys. |
| 7 months ago |
Rob Landley |
The 2.6.32 kernel headers broke the strace build, this fixes it. |
| 7 months ago |
Rob Landley |
Poking at alpha support: add the same inhibit-libc guard that gcc screwed up for sh4, so it can get as far as the gcc bug "libm/e_exp.c:144: internal compiler error: in emit_move_insn, at expr.c:3275" building uClibc. |
| 7 months ago |
Rob Landley |
Redo library sequencing, add -lgcc before -gcc_s (because that's what gcc expects). |
| 7 months ago |
Rob Landley |
Fall back to libgcc.a and libgcc_eh.a if two passes of libgcc_s.so didn't resolve the symbols we need. |
| 8 months ago |
Rob Landley |
Helps to actually remember to add the new file. |
| 8 months ago |
Rob Landley |
Fix buildall.sh to use the new script name. |
| 8 months ago |
Rob Landley |
Largeish refactoring and cleanup of compiler build: |
| 8 months ago |
Rob Landley |
Remove the old GIMME_AN_S logic, instead make ccwrap autodetect presence of libgcc_s.so. Also fix a typo causing a nasty bug with the two dash version of --static. |
| 8 months ago |
Rob Landley |
Oops, local changes I didn't mean to check in leaked. Fix it. |
| 8 months ago |
Rob Landley |
Minor cleanups and comments, introduce check_prerequisite function. |
| 8 months ago |
Rob Landley |
Actually remove functions that got moved to utility_functions.sh. |
| 8 months ago |
Rob Landley |
Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH. |
| 8 months ago |
Rob Landley |
Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup. |
| 8 months ago |
Rob Landley |
Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin. |
| 8 months ago |
Rob Landley |
Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running. |
| 8 months ago |
Marc Andre Tanner |
Silence compiler warnings: unused variable ?ignore? |
| 8 months ago |
Rob Landley |
Update version numbers (oops). |
| 8 months ago |
Rob Landley |
Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway. |
| 8 months ago |
Rob Landley |
Have host-tools.sh only make e2fs or squashfs tools if we need them. |
| 8 months ago |
Marc Andre Tanner |
Remove UCLIBC_GCC_{INC,LIB} |
| 8 months ago |
Rob Landley |
Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig. |
| 8 months ago |
Rob Landley |
New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32. |
| 8 months ago |
Rob Landley |
Update downloads/binaries/README |
| 8 months ago |
Rob Landley |
Announce release 0.9.9. |
| 8 months ago |
Rob Landley |
Added tag 0.9.9 for changeset d7485ceb119f |
| 8 months ago |
Rob Landley |
Remove leftover debris from mysetsid->killtree switch. |
| 8 months ago |
Rob Landley |
Comment typo spotted by Joe Perches. |
| 8 months ago |
Rob Landley |
Move to 2.6.32 kernel, updating patches. (With a much less ugly fix for powerpc, and allowing arm to use more qemu -cpu options.) |
| 8 months ago |
Rob Landley |
Tweak buildall.sh to run smoketest.sh out of the correct directory. |
| 9 months ago |
Rob Landley |
Should have removed this when the version got bumped to 0.1.0.0.9.9 |
| 9 months ago |
Rob Landley |
If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler. |
| 9 months ago |
Rob Landley |
Break up sources/functions.sh starting with some of the more obviously independent ones. |
| 9 months ago |
Rob Landley |
Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g. |
| 9 months ago |
Rob Landley |
Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE". |
| 9 months ago |
Rob Landley |
Build the rest of cross-static's host arch along with other architectures, and move hw- targets to explicitly build after non-hw targets. |
| 9 months ago |
Rob Landley |
Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use. |
| 9 months ago |
Rob Landley |
Tweak sequencing to build cross-static properly. |
| 9 months ago |
Rob Landley |
Use killtree instead of mysetsid. |
| 9 months ago |
Rob Landley |
Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa. |
| 9 months ago |
Rob Landley |
Fix e2fsprogs on uClibc build. |
| 9 months ago |
Rob Landley |
Split busybox and toybox builds, update toybox and linux package versions. |
| 9 months ago |
Rob Landley |
Deleting the gcc build directory has to happen from the right current working directory. |
| 9 months ago |
Rob Landley |
Make setsid work if system-image.sh run standalone. |
| 9 months ago |
Rob Landley |
Remove old USE_COLOR code, superceded by set_titlebar. |