summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
...
* Automate the usage of '--disable-gdbmi' to be used only with GDB versions ↵"Steven J. Hill"2006-07-051-1/+7
| | | | less than 6.4, if they are even used anymore.
* make naming consistant with other gcc versionEric Andersen2006-07-041-0/+0
|
* - libgcc-math was removed upstream; Drop this hunkBernhard Reutner-Fischer2006-07-041-11/+0
|
* Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monsterEric Andersen2006-07-042-0/+2
| | | | and should NOT be enabled by default.
* some fixes from GentooMike Frysinger2006-06-301-7/+11
|
* backport some fixes from 4.2 patchset to fix __global_locale errorMike Frysinger2006-06-301-3/+3
|
* rename patch to match other versions of gccMike Frysinger2006-06-301-111/+111
|
* rename patch to match other versions of gccMike Frysinger2006-06-301-36/+36
|
* use the main gcc mirror #913Mike Frysinger2006-06-301-2/+2
|
* add a patched target cause i'm lazyMike Frysinger2006-06-241-0/+1
|
* 2.17 is releasedMike Frysinger2006-06-248-0/+427
|
* fix gcc buildEric Andersen2006-06-231-0/+24
|
* oops, dynamically set...Eric Andersen2006-06-231-3/+4
|
* update config a bitEric Andersen2006-06-231-9/+9
|
* support linking with xgotEric Andersen2006-06-232-0/+12
|
* 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
|