summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2006-06-22The newer versions of GCC no longer need this patch."Steven J. Hill"
2006-06-21scrub patchMike Frysinger
2006-06-21some fixes from GentooMike Frysinger
2006-06-21version bump to 6.5Mike Frysinger
2006-06-21use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger
2006-06-15version bump 2.16.94Mike Frysinger
2006-06-10cut 2.16.91.0.3 and 2.16.91.0.4Mike Frysinger
2006-06-10merge 2.17.50.0.2Mike Frysinger
2006-06-10add 2.16.93 (2.17 prerelease)Mike Frysinger
2006-06-06Add ARM EABI patch for gcc 4.1.1 too.Paul Mundt
2006-06-05Add support for ARM EABI.Paul Mundt
2006-06-05Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.Paul Mundt
Also update the uClibc config for some of the recent target and CPU variant additions.
2006-05-30GCC 4.1.1 support (notice: not yet on ibiblio)Peter Korsgaard
2006-05-30Don't error on clean without unpackPeter Korsgaard
2006-05-30libstc++ requires large file supportPeter Korsgaard
2006-05-30Download using ftp instead of http from ftp sitesPeter Korsgaard
2006-05-26s/dependancies/dependencies/Mike Frysinger
2006-05-02Add some finer grained dependancy checking. Check thatEric Andersen
make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed.
2006-04-29fix by hootsmon to make sure the includes are found properly #855Mike Frysinger
2006-04-280000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard
definition. The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra members not present in the kernel definition causing all kinds of problems. This patch fixes that.
2006-04-280000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard
LINUX_VERSION. Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used for the actual kernel version used which might be different than the headers version. E.G. LINUX_VERSION is set in the target/device/* files. If this version doesn't match the selected kernel headers version the patches won't be applied.
2006-04-14sync thread stuff with config.in as pointed out by mjn3Mike Frysinger
2006-04-14cut out pointless hunksMike Frysinger
2006-04-14Browsing to the ccache web page http://ccache.samba.org/Eric Andersen
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
2006-04-13forward port big endian arm fixMike Frysinger
2006-04-13since 4.2.0 isnt actually out, rename patchdir to match new snapshot supportMike Frysinger
2006-04-13add proper support for gcc snapshotsMike Frysinger
2006-04-12slight tweak so it will actually compileMike Frysinger
2006-04-12forward port the arm big endian patchMike Frysinger
2006-04-12scrub patchesMike Frysinger
2006-04-11make the locale config mostly match the non-locale configEric Andersen
2006-04-10update ccache urlEric Andersen
2006-04-06akvadrako writes:Eric Andersen
The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me.
2006-03-26Well... at least this seems to build. Haven't had time to really test it ↵Manuel Novoa III
yet, but checking it in for sjhill to test.
2006-03-25Compile even if index is a macroPeter S. Mazinger
2006-03-19configuration for locale support (and lack thereof) was all screwed upEric Andersen
2006-03-18import binutils-2.16.91.0.7Mike Frysinger
2006-03-18add a binutils-unpacked shortcutMike Frysinger
2006-03-17import gcc-3.4.6Mike Frysinger
2006-03-14- rectify brute-force sed invocation (too *many*)..Bernhard Reutner-Fischer
Thanks vapier for pointing this one out.
2006-03-11remove hunk that doesnt belong (see Gentoo Bug 125395)Mike Frysinger
2006-03-11add gcc-4.0.3 releaseMike Frysinger
2006-03-10Update to use upstream uclibc changes, have to change numbering, 203-204 ↵Peter S. Mazinger
have to go to other versions as well
2006-03-10- make sure we use the proper CC for building binutils.Bernhard Reutner-Fischer
- add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure.
2006-03-10- quote HOST_CC.Bernhard Reutner-Fischer
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
2006-03-04uclibc clocale was not recognized, remove unneeded CCODECVT_HPeter S. Mazinger
2006-03-02grab patch for superh big endian targetsMike Frysinger
2006-03-02no longer needed as it is part of the 4.1.0 releaseMike Frysinger
2006-03-02update patch to gcc-4.1.0 releaseMike Frysinger
2006-02-20disable multilib by defaultMike Frysinger