summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.Paul Mundt2005-11-211-0/+1
|
* default to linuxthreads.old Bug 552Mike Frysinger2005-11-202-0/+2
|
* Die you little bits."Steven J. Hill"2005-11-141-12/+0
|
* 2.16.91.0.4 version bumpMike Frysinger2005-11-137-0/+493
|
* simplify uclibc patch so bitrot cant hurt usMike Frysinger2005-11-121-257/+324
|
* use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger2005-11-117-204/+1
| | | | patching them
* simplify the uclibc support greatly to avoid bitrot and add support for more ↵Mike Frysinger2005-11-112-280/+256
| | | | targets (hppa/ia64/sparc/s390/etc...)
* fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger2005-10-221-1/+1
|
* control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger2005-10-013-0/+16
| | | | uClibc
* gcc 4.0.2 ver bumpMike Frysinger2005-10-018-0/+3862
|
* Allow multiple patch file patterns.Eric Andersen2005-09-301-3/+4
|
* Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger2005-09-301-9/+4
| | | | Warren and vapier
* Add disabled COMPAT_ATEXIT option to the config filesPeter S. Mazinger2005-09-262-0/+2
|
* Get rid of hack."Steven J. Hill"2005-09-251-12/+0
|
* Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"2005-09-241-1/+1
|
* sync alpha/x86_64/sh updates with previous 4.0.x patchesMike Frysinger2005-09-221-60/+40
|
* add alpha/x86_64 support and cleanup sh supportMike Frysinger2005-09-222-120/+80
|
* oops, forgot patch info for alpha portMike Frysinger2005-09-221-0/+1
|
* add x86_64 supportMike Frysinger2005-09-221-0/+39
|
* make superh target a bit more flexibleMike Frysinger2005-09-221-1/+1
|
* alpha supportMike Frysinger2005-09-221-0/+26
|
* if target arch installs into a lib64 dir, make sure we move the stuff to ↵Mike Frysinger2005-09-221-0/+7
| | | | plain old lib
* pass --disable-multilib if user doesnt want multilib since some arches (like ↵Mike Frysinger2005-09-221-0/+2
| | | | x86_64) default to multilib support
* add UCLIBC_HAS_REENTRANT_RPCMike Frysinger2005-09-222-0/+2
|
* Add patches for latest snapshot of gdb. The starting point was the 6.3"Steven J. Hill"2005-09-168-0/+375
| | | | | | | 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.
* I'm an idiot.Eric Andersen2005-09-121-1/+1
|
* trim erroneous spaceEric Andersen2005-09-121-1/+1
|
* some superh fixesMike Frysinger2005-08-303-0/+84
|
* update sh supportMike Frysinger2005-08-301-59/+10
|
* This patch (and the one that got checked in for gdb-snapshot) hack the ↵"Steven J. Hill"2005-08-301-0/+12
| | | | 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.
* Add in support for downloading and building the latest snapshot of GDB. If ↵"Steven J. Hill"2005-08-303-3/+35
| | | | 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.
* allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config ↵Mike Frysinger2005-08-281-0/+1
| | | | anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
* jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵Mike Frysinger2005-08-281-0/+4
| | | | install bison ... turns out i was missing which, not bison
* patch from upstream to fix an off-by-one error in superh bfdMike Frysinger2005-08-267-0/+147
|
* remove older 2.16.91.0.1Mike Frysinger2005-08-267-503/+0
|
* import 2.16.91.0.3 based on 2.16.91.0.2Mike Frysinger2005-08-237-0/+493
|
* The mips kernel maintainers reverted the change. So the mips coredump patch ↵Manuel Novoa III2005-08-222-0/+0
| | | | is no longer needed for 2.4.30+.
* Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵"Steven J. Hill"2005-08-181-0/+30
| | | | 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.
* uClibc 0.9.28 has been releasedMike Frysinger2005-08-181-5/+4
|
* New MIPS patch for TLS syscalls."Steven J. Hill"2005-08-111-0/+90
|
* touchup descriptionsMike Frysinger2005-08-092-3/+3
|
* routine updateEric Andersen2005-08-091-0/+3
|
* Sigh... Let's try this again.Manuel Novoa III2005-08-042-2/+1
|
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-043-1/+24
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* filter through dos2unixEric Andersen2005-08-031-34/+34
|
* Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to ↵Manuel Novoa III2005-08-031-0/+12
| | | | install them.
* Update locale config to match non-locale settings.Manuel Novoa III2005-08-031-4/+15
|
* Add sstrip for host and/or target.Manuel Novoa III2005-08-034-0/+549
|
* prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger2005-08-0214-1006/+0
|
* import binutils 2.16.91.0.2Mike Frysinger2005-08-027-0/+493
|