summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2005-09-30Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger
Warren and vapier
2005-09-26Add disabled COMPAT_ATEXIT option to the config filesPeter S. Mazinger
2005-09-25Get rid of hack."Steven J. Hill"
2005-09-24Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"
2005-09-22sync alpha/x86_64/sh updates with previous 4.0.x patchesMike Frysinger
2005-09-22add alpha/x86_64 support and cleanup sh supportMike Frysinger
2005-09-22oops, forgot patch info for alpha portMike Frysinger
2005-09-22add x86_64 supportMike Frysinger
2005-09-22make superh target a bit more flexibleMike Frysinger
2005-09-22alpha supportMike Frysinger
2005-09-22if target arch installs into a lib64 dir, make sure we move the stuff to ↵Mike Frysinger
plain old lib
2005-09-22pass --disable-multilib if user doesnt want multilib since some arches (like ↵Mike Frysinger
x86_64) default to multilib support
2005-09-22add UCLIBC_HAS_REENTRANT_RPCMike Frysinger
2005-09-16Add patches for latest snapshot of gdb. The starting point was the 6.3"Steven J. Hill"
patches which were then sliced down to this list since all the other ones were checked in or just applied with horrific failure. Also added new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I mean testers wanted.
2005-09-12I'm an idiot.Eric Andersen
2005-09-12trim erroneous spaceEric Andersen
2005-08-30some superh fixesMike Frysinger
2005-08-30update sh supportMike Frysinger
2005-08-30This 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-30Add 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-28allanc 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-28jdupre 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-26patch from upstream to fix an off-by-one error in superh bfdMike Frysinger
2005-08-26remove older 2.16.91.0.1Mike Frysinger
2005-08-23import 2.16.91.0.3 based on 2.16.91.0.2Mike Frysinger
2005-08-22The mips kernel maintainers reverted the change. So the mips coredump patch ↵Manuel Novoa III
is no longer needed for 2.4.30+.
2005-08-18Remove 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-18uClibc 0.9.28 has been releasedMike Frysinger
2005-08-11New MIPS patch for TLS syscalls."Steven J. Hill"
2005-08-09touchup descriptionsMike Frysinger
2005-08-09routine updateEric Andersen
2005-08-04Sigh... Let's try this again.Manuel Novoa III
2005-08-04Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
2005-08-03filter through dos2unixEric Andersen
2005-08-03Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵Manuel Novoa III
install them.
2005-08-03Update locale config to match non-locale settings.Manuel Novoa III
2005-08-03Add sstrip for host and/or target.Manuel Novoa III
2005-08-02prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger
2005-08-02import binutils 2.16.91.0.2Mike Frysinger
2005-07-29Add 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-27Minor updatesEric Andersen
2005-07-18Apply the fix for gcc bug #22167Eric 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-18Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen
2005-07-11revert earlier change since it doesnt work with last uClibc release :/Mike Frysinger
2005-07-10import 4.0.1 based on 4.0.0Mike Frysinger
2005-06-30Fix buildroot not to modify Rules.mak. Patch From vapier.Joakim Tjernlund
2005-06-30Update default config a little.Joakim Tjernlund
2005-06-27make 2.16.1 the default binutilsMike Frysinger
2005-06-27import binutils 2.16.91.0.1Mike Frysinger
2005-06-25add #ifndef inhibit_libc in rs6000/linux-unwind.h to makeJoakim Tjernlund
powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now.