summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* The newer versions of GCC no longer need this patch."Steven J. Hill"2006-06-223-60/+0
|
* scrub patchMike Frysinger2006-06-211-66/+44
|
* some fixes from GentooMike Frysinger2006-06-211-7/+11
|
* version bump to 6.5Mike Frysinger2006-06-215-0/+159
|
* use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger2006-06-211-4/+2
|
* version bump 2.16.94Mike Frysinger2006-06-158-0/+427
|
* cut 2.16.91.0.3 and 2.16.91.0.4Mike Frysinger2006-06-1015-1057/+0
|
* merge 2.17.50.0.2Mike Frysinger2006-06-108-0/+427
|
* add 2.16.93 (2.17 prerelease)Mike Frysinger2006-06-108-1/+427
|
* Add ARM EABI patch for gcc 4.1.1 too.Paul Mundt2006-06-061-0/+27
|
* Add support for ARM EABI.Paul Mundt2006-06-056-0/+222
|
* Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.Paul Mundt2006-06-053-3/+17
| | | | | | Also update the uClibc config for some of the recent target and CPU variant additions.
* GCC 4.1.1 support (notice: not yet on ibiblio)Peter Korsgaard2006-05-3011-0/+4026
|
* Don't error on clean without unpackPeter Korsgaard2006-05-301-3/+9
|
* libstc++ requires large file supportPeter Korsgaard2006-05-301-0/+1
|
* Download using ftp instead of http from ftp sitesPeter Korsgaard2006-05-301-6/+6
|
* s/dependancies/dependencies/Mike Frysinger2006-05-263-10/+10
|
* Add some finer grained dependancy checking. Check thatEric Andersen2006-05-023-19/+155
| | | | | make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed.
* fix by hootsmon to make sure the includes are found properly #855Mike Frysinger2006-04-291-0/+1
|
* 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernelPeter Korsgaard2006-04-281-0/+12
| | | | | | | 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.
* 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead ofPeter Korsgaard2006-04-281-3/+3
| | | | | | | | | | | 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.
* sync thread stuff with config.in as pointed out by mjn3Mike Frysinger2006-04-141-3/+3
|
* cut out pointless hunksMike Frysinger2006-04-141-143/+0
|
* Browsing to the ccache web page http://ccache.samba.org/Eric Andersen2006-04-141-1/+1
| | | | | they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
* forward port big endian arm fixMike Frysinger2006-04-131-0/+67
|
* since 4.2.0 isnt actually out, rename patchdir to match new snapshot supportMike Frysinger2006-04-1311-0/+0
|
* add proper support for gcc snapshotsMike Frysinger2006-04-133-14/+39
|
* slight tweak so it will actually compileMike Frysinger2006-04-121-1/+1
|
* forward port the arm big endian patchMike Frysinger2006-04-125-0/+335
|
* scrub patchesMike Frysinger2006-04-125-30/+20
|
* make the locale config mostly match the non-locale configEric Andersen2006-04-111-5/+28
|
* update ccache urlEric Andersen2006-04-101-1/+1
|
* akvadrako writes:Eric Andersen2006-04-062-22/+22
| | | | | | | | | 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.
* Well... at least this seems to build. Haven't had time to really test it ↵Manuel Novoa III2006-03-261-180/+190
| | | | yet, but checking it in for sjhill to test.
* Compile even if index is a macroPeter S. Mazinger2006-03-252-0/+48
|
* configuration for locale support (and lack thereof) was all screwed upEric Andersen2006-03-191-10/+30
|
* import binutils-2.16.91.0.7Mike Frysinger2006-03-187-0/+403
|
* add a binutils-unpacked shortcutMike Frysinger2006-03-181-0/+1
|
* import gcc-3.4.6Mike Frysinger2006-03-1716-0/+14718
|
* - rectify brute-force sed invocation (too *many*)..Bernhard Reutner-Fischer2006-03-141-1/+1
| | | | Thanks vapier for pointing this one out.
* remove hunk that doesnt belong (see Gentoo Bug 125395)Mike Frysinger2006-03-111-22/+0
|
* add gcc-4.0.3 releaseMike Frysinger2006-03-118-0/+3898
|
* Update to use upstream uclibc changes, have to change numbering, 203-204 ↵Peter S. Mazinger2006-03-107-1015/+1045
| | | | have to go to other versions as well
* - make sure we use the proper CC for building binutils.Bernhard Reutner-Fischer2006-03-102-1/+14
| | | | | - add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure.
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-102-3/+3
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* uclibc clocale was not recognized, remove unneeded CCODECVT_HPeter S. Mazinger2006-03-041-5/+12
|
* grab patch for superh big endian targetsMike Frysinger2006-03-021-0/+25
|
* no longer needed as it is part of the 4.1.0 releaseMike Frysinger2006-03-021-16/+0
|
* update patch to gcc-4.1.0 releaseMike Frysinger2006-03-021-198/+264
|
* disable multilib by defaultMike Frysinger2006-02-201-1/+1
|