summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
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.
2005-03-02Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILDEric Andersen
2005-03-02kill off support for gdb 5.3Eric Andersen
2005-03-02simplify target language selection to remove nasty nested ifeqEric Andersen
2005-03-02teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++Eric Andersen
2005-03-01On mips, default to 4k pages to make binaries smallerEric Andersen
2005-03-01use tested patch from upstreamMike Frysinger
2005-03-013.3.5 needs arm big endian lovin tooMike Frysinger
2005-02-27Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund
obvious rejects.
2005-02-25pdinoto writes:Eric Andersen
This patch adds an option in GCC config to compile Objective-C language support in the toolchain. It is disabled by default, so it is not intrusive.
2005-02-25Trivial updatesEric Andersen
2005-02-24This doesn't need ncurses headers installed in the targetEric Andersen
2005-02-192.15.94.0.2.2 has been releasedMike Frysinger
2005-02-19oldMike Frysinger
2005-02-17Update toolchain with some cvs additions from the debian packageEric Andersen
2005-02-15give uclibc and busybox config files consistant variable namesEric Andersen
2005-02-11cleanup using a variable before it was definedEric Andersen
2005-02-11fixup use of a variable before it is setEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-27default ldconfig to non-staticMike Frysinger
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen
0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it.
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen
0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off.
2005-01-23Philip Rakity writes:Eric Andersen
Hi Eric, I writing privately since I have not heard from Mike for 2 weeks about a one line patch to the gcc Makefile.in to allow the extra gcc options to be passed in. The patch is below and without it -- gcc extra's like --with-cpu=xscale do not work. The patch is as follows:
2004-12-24use target cflagsMike Frysinger
2004-12-23Update default uClibc configEric Andersen
2004-12-22psm: also need to touchup libiberty/configure nowMike Frysinger
2004-12-22fix dependency so ldd isnt always rebuiltMike Frysinger