summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
...
* 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...
* Support gcc 4.[01]. Only tried for 4.0.0 at this point.Manuel Novoa III2005-04-301-0/+7
|
* Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support ↵Manuel Novoa III2005-04-301-0/+4
| | | | in some time, but haven't touched the default in this commit.
* Fill in a couple of omissions.Manuel Novoa III2005-04-301-30/+107
|
* Needed --disable-werror to get 2.16.mumble build from dying on missing ↵Manuel Novoa III2005-04-301-0/+5
| | | | prototypes in lex-generated files.
* grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵Mike Frysinger2005-04-303-156/+727
| | | | them to the 2.16 branch
* 2.16.90.0.2 releasedMike Frysinger2005-04-308-0/+447
|
* Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"2005-04-2815-0/+4170
| | | | | | 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.
* Don't forget about libgcc_s_nof.so when processingJoakim Tjernlund2005-04-251-4/+4
| | | | libgcc_s.so
* Fix broken patch. Was this even tested?"Steven J. Hill"2005-04-231-1/+1
|
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-152-6/+6
|
* Add a bunch of patches snarfed from the debian gdb packageEric Andersen2005-04-1421-0/+3566
|
* delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger2005-04-1110-801/+155
|
* update gdb a bit. remove support for ancient versions.Eric Andersen2005-03-267-618/+68
|
* Overwrite any existing link should there be oneEric Andersen2005-03-261-1/+1
|
* Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen2005-03-221-0/+18
| | | | that iptables can compile
* Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger2005-03-211-2/+2
| | | | should be BR2_PACKAGE_GDB_CLIENT.
* Bump available sanitized kernel headersEric Andersen2005-03-182-16/+20
|
* Be extra careful about where the uClibc config file comes fromEric Andersen2005-03-091-0/+2
|
* Fixup gcc 3.3.3 and 3.3.4 builds with patches backportedEric Andersen2005-03-0810-0/+800
| | | | from stuff I added to gcc-3.3.5
* gcc 3.4.0 also needs to not emit embedded pic relocs for mipsEric Andersen2005-03-021-0/+83
|
* Fix things the other way round. Instead of restoring the mipsEric Andersen2005-03-023-119/+59
| | | | | embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations.
* bother. Fix the filenameEric Andersen2005-03-021-0/+0
|
* 117_mips_symbolic_link is from debianEric Andersen2005-03-021-0/+44
|
* 450-mips-restore-embedded-pic is I believe the minimum necessary to get gccEric Andersen2005-03-021-0/+75
| | | | | | | 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.
* Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILDEric Andersen2005-03-0211-0/+352
|
* kill off support for gdb 5.3Eric Andersen2005-03-024-803/+1
|
* simplify target language selection to remove nasty nested ifeqEric Andersen2005-03-021-6/+10
|
* teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++Eric Andersen2005-03-021-5/+12
|
* On mips, default to 4k pages to make binaries smallerEric Andersen2005-03-0114-0/+364
|
* use tested patch from upstreamMike Frysinger2005-03-011-1/+1
|
* 3.3.5 needs arm big endian lovin tooMike Frysinger2005-03-012-0/+93
|
* Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund2005-02-274-0/+331
| | | | obvious rejects.
* pdinoto writes:Eric Andersen2005-02-252-0/+11
| | | | | | 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.
* Trivial updatesEric Andersen2005-02-251-2/+2
|
* This doesn't need ncurses headers installed in the targetEric Andersen2005-02-241-1/+1
|
* 2.15.94.0.2.2 has been releasedMike Frysinger2005-02-197-3/+1035
|
* oldMike Frysinger2005-02-196-1016/+0
|
* Update toolchain with some cvs additions from the debian packageEric Andersen2005-02-171-0/+4522
|
* give uclibc and busybox config files consistant variable namesEric Andersen2005-02-151-5/+7
|
* cleanup using a variable before it was definedEric Andersen2005-02-111-4/+2
|
* fixup use of a variable before it is setEric Andersen2005-02-111-7/+1
|
* Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen2005-02-112-10/+18
| | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-1010-24/+53
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* default ldconfig to non-staticMike Frysinger2005-01-271-0/+1
|
* Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen2005-01-231-1/+1
| | | | | | | | | | 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.
* Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen2005-01-233-9/+15
| | | | | | | | | | | | 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.
* Philip Rakity writes:Eric Andersen2005-01-231-1/+3
| | | | | | | | | | | | | | | 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:
* use target cflagsMike Frysinger2004-12-241-3/+2
|
* Update default uClibc configEric Andersen2004-12-232-2/+12
|