0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sigh More... over 21 years ago
Doh! More... over 21 years ago
Better deal with arches like mips that have odd kernel dir naming More... over 21 years ago
I've put together an updated set of kernel headers, so use that. More... over 21 years ago
Update binutils from 2.14.90.0.6 to 2.14.90.0.8. Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3. More... over 21 years ago
Upgrade since 2.5.4 has a configuration bug which builds with largefiles but doesn't set the correct feature macro. This resulted in fseeko not being prototyped and patch failing on some platforms. More... over 21 years ago
Should have added this a long time ago. More... over 21 years ago
Use --enable-sjlj-exceptions when configuring gcc so that exception handling works for dynamicly linked executables. Only tested so far on i386 with gcc 3.3.2. But combined with the latest ldso updates, I can now get a dynamicly linked java helloworld app to run. Add a config toggle for building gcj and libgcj. The build runs fine through gcc-final but currently requires hand interventions to build gcc-target. Again, only tested so far on i386. More... over 21 years ago
Update to the February ltp-full-20040206 testsuite More... over 21 years ago
Add a check to ensure the proper utilities are installed before trying to build binutils, lest folks get cryptic error msgs later. -Erik More... over 21 years ago
Fix a cut-n-paste bug. Monotonous editing strikes again. More... over 21 years ago
Bump bb to -pre7 More... over 21 years ago
Update buildroot per the new snapshot situation with busybox. The old busybox 0.60.x series is no longer used/supported. -Erik More... over 21 years ago
Be consistant and use DISABLE_NLS for binutils More... over 21 years ago
Remove USE_LINUX_UCLIBC option, since that is now the only supported way of building toolchains More... over 21 years ago
Kill off the old gcc/binutils stuff More... over 21 years ago
Fixup grep build More... over 21 years ago
Fix libstdc++-v3/configure.target to set the config/os dir correctly when building inside a native uClibc environment. More... over 21 years ago
As noted by Joakim Tjernlund, we should force ln to overwrite existing symlinks. More... over 21 years ago
Change to work with the i386-linux-uclibc toolchain instead. More... over 21 years ago
Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc. More... over 21 years ago
Remove unnecessary dependency. More... over 21 years ago
Minor cleanup. More... over 21 years ago
Oops... forgot --with-headers when building the cross compilers. So the version of limits.h under gcc-lib was incorrect. More... over 21 years ago
Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it needs to be aware. To do this, we grab a (patched) copy of config.sub from gcc. Also specify some configure vars which aren't tested when cross compiling. More... over 21 years ago
Oops. More... over 21 years ago
Enable building <arch>-linux-uclibc toolchains. Note that, due to config issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. More... over 21 years ago
Update ltp to the latest version. Current results: More... over 21 years ago
we do not 'ant' to use anything More... over 21 years ago
Document the unwind-dw2-fde stuff a bit better, remove pointless and inadvertant munging of libgcc_s's soname. More... over 21 years ago