summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-292-0/+8
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* Minor updatesEric Andersen2005-07-271-3/+5
|
* Apply the fix for gcc bug #22167Eric Andersen2005-07-1822-5394/+138
| | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit.
* Update the set of available kernel headers to include 2.4.31 and 2.6.12Eric Andersen2005-07-182-8/+26
|
* revert earlier change since it doesnt work with last uClibc release :/Mike Frysinger2005-07-111-3/+3
|
* import 4.0.1 based on 4.0.0Mike Frysinger2005-07-108-0/+3882
|
* Fix buildroot not to modify Rules.mak. Patch From vapier.Joakim Tjernlund2005-06-301-1/+1
|
* Update default config a little.Joakim Tjernlund2005-06-301-1/+5
|
* make 2.16.1 the default binutilsMike Frysinger2005-06-271-1/+1
|
* import binutils 2.16.91.0.1Mike Frysinger2005-06-277-0/+503
|
* add #ifndef inhibit_libc in rs6000/linux-unwind.h to makeJoakim Tjernlund2005-06-251-0/+15
| | | | | powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now.
* i kan spel, can u?"Steven J. Hill"2005-06-251-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-242-2/+2
|
* If you update the kernel headers tarball and run make against an already builtEric Andersen2005-06-231-0/+1
| | | | | | | | | | | | | | | | | 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
* Update ccache to the latest version, which adds features.Eric Andersen2005-06-231-1/+1
| | | | http://bugs.busybox.net/view.php?id=297
* Add support for binutils 2.16.1. Patches are identical to those for 2.16.Manuel Novoa III2005-06-189-0/+1076
|
* add missing hunk for clocale=uclibc support in libstdc++ configureMike Frysinger2005-06-023-0/+27
|
* Apply any uClibc patches that are presentEric Andersen2005-05-261-0/+1
|
* quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger2005-05-2419-1/+9019
|
* use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger2005-05-121-29/+25
|
* 2.16.90.0.3 releasedMike Frysinger2005-05-117-0/+505
|
* Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵"Steven J. Hill"2005-05-051-0/+75
| | | | Hopefully 2.6.12 will release soon so we can get the updates.
* Uh... sjhill... Why do you think this shouldn't be here?Manuel Novoa III2005-05-051-0/+218
|
* Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS"Steven J. Hill"2005-05-055-218/+83
| | | | | toolchain and filesystem image builds for C/C++. Java will be tested next.
* Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵Manuel Novoa III2005-05-038-0/+1068
| | | | mipsel soft-float cross+native toolchain build.
* New patches for GCC-4.1.0 for locale and configuration."Steven J. Hill"2005-05-032-290/+402
|
* Add proper target support for newfangled sh targets.Paul Mundt2005-05-022-0/+125
| | | | | | | | | | | | | GCC folk in their infinite wisdom have added half-assed target support for newer sh cores. The support is there, but of course we have no way to actually enable the thing, so we do that with this patch. Likewise, binutils has no idea about any of these new targets either (not even a half-assed attempt, sadly), so we fix that up too.. now we're able to actually build a real toolchain for sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more inept targets than that one, really. Go look, I promise).
* No need to patch this when there's a configuration parameter.Manuel Novoa III2005-05-021-15/+0
|
* sh64 no longer implies sh as far as uClibc is concerned..Paul Mundt2005-05-021-1/+0
|
* Obsolete.Manuel Novoa III2005-05-021-41/+0
|
* This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵Manuel Novoa III2005-05-021-30/+107
| | | | broken for mips.
* Ugly hack to force the configuration for the cross libstdc++ to fail for ↵Manuel Novoa III2005-05-011-0/+12
| | | | complex funcs we don't yet support.
* No longer needed and actually breaks the gcc java build.Manuel Novoa III2005-05-011-41/+0
|
* Prune out a bunch of binutils versions that are no longerEric Andersen2005-05-0153-10583/+1
| | | | the latest and greatest in their respective binutils series
* Weed out older, no longer maintained versions of gccEric Andersen2005-05-0128-14772/+0
|
* It is now official, the cause of the mysterious gcc 3.3.5 exceptionEric Andersen2005-05-011-1/+2
| | | | | | handling failure is definately sjlj. Only enable it for the apparently broken gcc 3.3.3 toolchain, which _does_ need it for exception handling to work properly.
* Fix soft float options for gcc 4.Manuel Novoa III2005-04-301-0/+7
|
* Someone forgot mipsel for soft float...Manuel Novoa III2005-04-301-1/+1
|
* Add 4.0.0 support. Some arches may still need some tweaking and/or ↵Manuel Novoa III2005-04-306-0/+3817
| | | | additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet...