summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2005-06-23If you update the kernel headers tarball and run make against an already builtEric 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-23Update ccache to the latest version, which adds features.Eric Andersen
http://bugs.busybox.net/view.php?id=297
2005-06-18Add support for binutils 2.16.1. Patches are identical to those for 2.16.Manuel Novoa III
2005-06-02add missing hunk for clocale=uclibc support in libstdc++ configureMike Frysinger
2005-05-26Apply any uClibc patches that are presentEric Andersen
2005-05-24quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger
2005-05-12use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger
2005-05-112.16.90.0.3 releasedMike Frysinger
2005-05-05Patch 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-05Uh... sjhill... Why do you think this shouldn't be here?Manuel Novoa III
2005-05-05Remove 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-03Looks 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.
2005-05-03New patches for GCC-4.1.0 for locale and configuration."Steven J. Hill"
2005-05-02Add proper target support for newfangled sh targets.Paul Mundt
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).
2005-05-02No need to patch this when there's a configuration parameter.Manuel Novoa III
2005-05-02sh64 no longer implies sh as far as uClibc is concerned..Paul Mundt
2005-05-02Obsolete.Manuel Novoa III
2005-05-02This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵Manuel Novoa III
broken for mips.
2005-05-01Ugly hack to force the configuration for the cross libstdc++ to fail for ↵Manuel Novoa III
complex funcs we don't yet support.
2005-05-01No longer needed and actually breaks the gcc java build.Manuel Novoa III
2005-05-01Prune out a bunch of binutils versions that are no longerEric Andersen
the latest and greatest in their respective binutils series
2005-05-01Weed out older, no longer maintained versions of gccEric Andersen
2005-05-01It is now official, the cause of the mysterious gcc 3.3.5 exceptionEric Andersen
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.
2005-04-30Fix soft float options for gcc 4.Manuel Novoa III
2005-04-30Someone forgot mipsel for soft float...Manuel Novoa III
2005-04-30Add 4.0.0 support. Some arches may still need some tweaking and/or ↵Manuel Novoa III
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...
2005-04-30Support gcc 4.[01]. Only tried for 4.0.0 at this point.Manuel Novoa III
2005-04-30Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support ↵Manuel Novoa III
in some time, but haven't touched the default in this commit.
2005-04-30Fill in a couple of omissions.Manuel Novoa III
2005-04-30Needed --disable-werror to get 2.16.mumble build from dying on missing ↵Manuel Novoa III
prototypes in lex-generated files.
2005-04-30grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵Mike Frysinger
them to the 2.16 branch
2005-04-302.16.90.0.2 releasedMike Frysinger
2005-04-28Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"
GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.
2005-04-25Don't forget about libgcc_s_nof.so when processingJoakim Tjernlund
libgcc_s.so
2005-04-23Fix broken patch. Was this even tested?"Steven J. Hill"
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-04-14Add a bunch of patches snarfed from the debian gdb packageEric Andersen
2005-04-11delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger
2005-03-26update gdb a bit. remove support for ancient versions.Eric Andersen
2005-03-26Overwrite any existing link should there be oneEric Andersen
2005-03-22Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen
that iptables can compile
2005-03-21Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger
should be BR2_PACKAGE_GDB_CLIENT.
2005-03-18Bump available sanitized kernel headersEric Andersen
2005-03-09Be extra careful about where the uClibc config file comes fromEric Andersen
2005-03-08Fixup gcc 3.3.3 and 3.3.4 builds with patches backportedEric Andersen
from stuff I added to gcc-3.3.5
2005-03-02gcc 3.4.0 also needs to not emit embedded pic relocs for mipsEric Andersen
2005-03-02Fix things the other way round. Instead of restoring the mipsEric Andersen
embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations.
2005-03-02bother. Fix the filenameEric Andersen
2005-03-02117_mips_symbolic_link is from debianEric Andersen
2005-03-02450-mips-restore-embedded-pic is I believe the minimum necessary to get gccEric Andersen
3.3.x to compile again on mips. As was, compiling gcc 3.3.x for mips would cause gcc to blow up whining about combining symbols from different segments, since stock binutils no longer supports the PC relative expressions emitted by gcc 3.3.x for mips when generating embedded PIC code.