summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2005-12-21- no need to disable libmudflap for gcc-4.2Bernhard Reutner-Fischer
- use the HOSTCC for the intermediate bootstrap compilers
2005-12-20binutils 2.16.91.0.5 has been releasedMike Frysinger
2005-12-08Add patch back in."Steven J. Hill"
2005-12-07improve selection of options based upon buildroot configMike Frysinger
2005-12-07add more threading optionsMike Frysinger
2005-12-06- import gcc-4.2.0Bernhard Reutner-Fischer
libmudflap is disabled for now. copied from 4.1.0 with slight adjustments
2005-12-06- fix esthetical typo in comment of .ctorsBernhard Reutner-Fischer
should be sent upstream, too.
2005-12-06import gcc-3.4.5Mike Frysinger
2005-12-03no point in patching config.sub when we just overwrite it with files from ↵Mike Frysinger
the gnuconfig package
2005-12-02import gdb-6.4Mike Frysinger
2005-12-02- fixed in 4.0.3 and 4.1.0Bernhard Reutner-Fischer
2005-12-02- fix uclibc-config patch for 2.16.91.0.4Bernhard Reutner-Fischer
2005-11-21binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.Paul Mundt
2005-11-20default to linuxthreads.old Bug 552Mike Frysinger
2005-11-14Die you little bits."Steven J. Hill"
2005-11-132.16.91.0.4 version bumpMike Frysinger
2005-11-12simplify uclibc patch so bitrot cant hurt usMike Frysinger
2005-11-11use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger
patching them
2005-11-11simplify the uclibc support greatly to avoid bitrot and add support for more ↵Mike Frysinger
targets (hppa/ia64/sparc/s390/etc...)
2005-10-22fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger
2005-10-01control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger
uClibc
2005-10-01gcc 4.0.2 ver bumpMike Frysinger
2005-09-30Allow multiple patch file patterns.Eric Andersen
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.