Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-04 | make naming consistant with other gcc version | Eric Andersen | |
2006-07-04 | - libgcc-math was removed upstream; Drop this hunk | Bernhard Reutner-Fischer | |
2006-07-04 | Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster | Eric Andersen | |
and should NOT be enabled by default. | |||
2006-06-30 | some fixes from Gentoo | Mike Frysinger | |
2006-06-30 | backport some fixes from 4.2 patchset to fix __global_locale error | Mike Frysinger | |
2006-06-30 | rename patch to match other versions of gcc | Mike Frysinger | |
2006-06-30 | rename patch to match other versions of gcc | Mike Frysinger | |
2006-06-30 | use the main gcc mirror #913 | Mike Frysinger | |
2006-06-24 | add a patched target cause i'm lazy | Mike Frysinger | |
2006-06-24 | 2.17 is released | Mike Frysinger | |
2006-06-23 | fix gcc build | Eric Andersen | |
2006-06-23 | oops, dynamically set... | Eric Andersen | |
2006-06-23 | update config a bit | Eric Andersen | |
2006-06-23 | support linking with xgot | Eric Andersen | |
2006-06-22 | The newer versions of GCC no longer need this patch. | "Steven J. Hill" | |
2006-06-21 | scrub patch | Mike Frysinger | |
2006-06-21 | some fixes from Gentoo | Mike Frysinger | |
2006-06-21 | version bump to 6.5 | Mike Frysinger | |
2006-06-21 | use $(CONFIG_UPDATE) instead of noting the issue | Mike Frysinger | |
2006-06-15 | version bump 2.16.94 | Mike Frysinger | |
2006-06-10 | cut 2.16.91.0.3 and 2.16.91.0.4 | Mike Frysinger | |
2006-06-10 | merge 2.17.50.0.2 | Mike Frysinger | |
2006-06-10 | add 2.16.93 (2.17 prerelease) | Mike Frysinger | |
2006-06-06 | Add ARM EABI patch for gcc 4.1.1 too. | Paul Mundt | |
2006-06-05 | Add support for ARM EABI. | Paul Mundt | |
2006-06-05 | Update 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-30 | GCC 4.1.1 support (notice: not yet on ibiblio) | Peter Korsgaard | |
2006-05-30 | Don't error on clean without unpack | Peter Korsgaard | |
2006-05-30 | libstc++ requires large file support | Peter Korsgaard | |
2006-05-30 | Download using ftp instead of http from ftp sites | Peter Korsgaard | |
2006-05-26 | s/dependancies/dependencies/ | Mike Frysinger | |
2006-05-02 | Add some finer grained dependancy checking. Check that | Eric Andersen | |
make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed. | |||
2006-04-29 | fix by hootsmon to make sure the includes are found properly #855 | Mike Frysinger | |
2006-04-28 | 0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernel | Peter 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-28 | 0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead of | Peter 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-14 | sync thread stuff with config.in as pointed out by mjn3 | Mike Frysinger | |
2006-04-14 | cut out pointless hunks | Mike Frysinger | |
2006-04-14 | Browsing 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-13 | forward port big endian arm fix | Mike Frysinger | |
2006-04-13 | since 4.2.0 isnt actually out, rename patchdir to match new snapshot support | Mike Frysinger | |
2006-04-13 | add proper support for gcc snapshots | Mike Frysinger | |
2006-04-12 | slight tweak so it will actually compile | Mike Frysinger | |
2006-04-12 | forward port the arm big endian patch | Mike Frysinger | |
2006-04-12 | scrub patches | Mike Frysinger | |
2006-04-11 | make the locale config mostly match the non-locale config | Eric Andersen | |
2006-04-10 | update ccache url | Eric Andersen | |
2006-04-06 | akvadrako 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-26 | Well... 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-25 | Compile even if index is a macro | Peter S. Mazinger | |
2006-03-19 | configuration for locale support (and lack thereof) was all screwed up | Eric Andersen | |