Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | I'm an idiot. | Eric Andersen | |
2005-09-12 | trim erroneous space | Eric Andersen | |
2005-08-30 | some superh fixes | Mike Frysinger | |
2005-08-30 | update sh support | Mike Frysinger | |
2005-08-30 | This patch (and the one that got checked in for gdb-snapshot) hack the ↵ | "Steven J. Hill" | |
opcodes such that the MIPS32r2 instruction 'rdhwr' actually appears in the list of MIPS I instructions. This allows us to get disassembly for non-MIPS32r2 binaries. | |||
2005-08-30 | Add in support for downloading and building the latest snapshot of GDB. If ↵ | "Steven J. Hill" | |
you want to debug NPTL binaries, you'll need the latest and greatest. Patches for 6.3 will be forward ported where applicable later this week. | |||
2005-08-28 | allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config ↵ | Mike Frysinger | |
anymore. Patch adds setting UCLIBC_HAS_THREADS instead. | |||
2005-08-28 | jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵ | Mike Frysinger | |
install bison ... turns out i was missing which, not bison | |||
2005-08-26 | patch from upstream to fix an off-by-one error in superh bfd | Mike Frysinger | |
2005-08-26 | remove older 2.16.91.0.1 | Mike Frysinger | |
2005-08-23 | import 2.16.91.0.3 based on 2.16.91.0.2 | Mike Frysinger | |
2005-08-22 | The mips kernel maintainers reverted the change. So the mips coredump patch ↵ | Manuel Novoa III | |
is no longer needed for 2.4.30+. | |||
2005-08-18 | Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵ | "Steven J. Hill" | |
for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0. | |||
2005-08-18 | uClibc 0.9.28 has been released | Mike Frysinger | |
2005-08-11 | New MIPS patch for TLS syscalls. | "Steven J. Hill" | |
2005-08-09 | touchup descriptions | Mike Frysinger | |
2005-08-09 | routine update | Eric Andersen | |
2005-08-04 | Sigh... Let's try this again. | Manuel Novoa III | |
2005-08-04 | Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug | Manuel Novoa III | |
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb. | |||
2005-08-03 | filter through dos2unix | Eric Andersen | |
2005-08-03 | Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵ | Manuel Novoa III | |
install them. | |||
2005-08-03 | Update locale config to match non-locale settings. | Manuel Novoa III | |
2005-08-03 | Add sstrip for host and/or target. | Manuel Novoa III | |
2005-08-02 | prune 2.16.90.0.1 / 2.16.90.0.2 | Mike Frysinger | |
2005-08-02 | import binutils 2.16.91.0.2 | Mike Frysinger | |
2005-07-29 | Add in options for NPTL in uClibc. Users can select, but since NPTL is | "Steven J. Hill" | |
on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options. | |||
2005-07-27 | Minor updates | Eric Andersen | |
2005-07-18 | Apply the fix for gcc bug #22167 | Eric Andersen | |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit. | |||
2005-07-18 | Update the set of available kernel headers to include 2.4.31 and 2.6.12 | Eric Andersen | |
2005-07-11 | revert earlier change since it doesnt work with last uClibc release :/ | Mike Frysinger | |
2005-07-10 | import 4.0.1 based on 4.0.0 | Mike Frysinger | |
2005-06-30 | Fix buildroot not to modify Rules.mak. Patch From vapier. | Joakim Tjernlund | |
2005-06-30 | Update default config a little. | Joakim Tjernlund | |
2005-06-27 | make 2.16.1 the default binutils | Mike Frysinger | |
2005-06-27 | import binutils 2.16.91.0.1 | Mike Frysinger | |
2005-06-25 | add #ifndef inhibit_libc in rs6000/linux-unwind.h to make | Joakim Tjernlund | |
powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now. | |||
2005-06-25 | i kan spel, can u? | "Steven J. Hill" | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-06-23 | If you update the kernel headers tarball and run make against an already built | Eric Andersen | |
buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296 | |||
2005-06-23 | Update ccache to the latest version, which adds features. | Eric Andersen | |
http://bugs.busybox.net/view.php?id=297 | |||
2005-06-18 | Add support for binutils 2.16.1. Patches are identical to those for 2.16. | Manuel Novoa III | |
2005-06-02 | add missing hunk for clocale=uclibc support in libstdc++ configure | Mike Frysinger | |
2005-05-26 | Apply any uClibc patches that are present | Eric Andersen | |
2005-05-24 | quick import of gcc-3.3.6 and gcc-3.4.4 | Mike Frysinger | |
2005-05-12 | use the linux-gnu* -> linux-* change from upstream mainline | Mike Frysinger | |
2005-05-11 | 2.16.90.0.3 released | Mike Frysinger | |
2005-05-05 | Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵ | "Steven J. Hill" | |
Hopefully 2.6.12 will release soon so we can get the updates. | |||
2005-05-05 | Uh... sjhill... Why do you think this shouldn't be here? | Manuel Novoa III | |
2005-05-05 | Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS | "Steven J. Hill" | |
toolchain and filesystem image builds for C/C++. Java will be tested next. | |||
2005-05-03 | Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵ | Manuel Novoa III | |
mipsel soft-float cross+native toolchain build. |