summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-30ver bump to 2.60Mike Frysinger
2006-06-30use the main gcc mirror #913Mike Frysinger
2006-06-27Bump to upstream v1.2.11Peter Korsgaard
2006-06-24add a patched target cause i'm lazyMike Frysinger
2006-06-242.17 is releasedMike Frysinger
2006-06-23sync target kernel version with realityEric Andersen
2006-06-23fix urlEric Andersen
2006-06-23fix gcc buildEric Andersen
2006-06-23oops, dynamically set...Eric Andersen
2006-06-23update config a bitEric Andersen
2006-06-23don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen
based on a patch from Fu Yunhui
2006-06-23support linking with xgotEric Andersen
2006-06-23version bumpEric Andersen
2006-06-23version bumpEric Andersen
2006-06-23minor tweakEric Andersen
2006-06-23patch from John Gatewood Ham, add lsofEric Andersen
2006-06-23patch from John Gatewood Ham, add hdparmEric Andersen
2006-06-22The newer versions of GCC no longer need this patch."Steven J. Hill"
2006-06-22Add temporary patch to remove usage of 'bcopy' until upgrading to the next ↵"Steven J. Hill"
snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
2006-06-22Resolves Bug #182 for buildroot. It works nice to pull in default"Steven J. Hill"
configuration files for targets. More information on the bug database page at <http://bugs.uclibc.org/view.php?id=182>.
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-06Fix Bug #897 preventing the building of 'sudo' for architectures other than x86."Steven J. Hill"
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-06-05Split the target suffix out as a config option, for the few cases wherePaul Mundt
we have to use a different one.
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-24Update squashfs patch to v3.0 (2.4.28 kernel)Peter Korsgaard
Untested as I don't have the hw, but the patch applies cleanly.
2006-05-24Bump to upstream v3.0Peter Korsgaard
Notice that this uses a new NON-compatible filesystem format, so you need the v3.0 kernel patch to access it!
2006-05-24Bump to upstream v1.2.10 and remove sdl-config symlink generationPeter Korsgaard
2006-05-24added patch to fix progname per case 0000879David Anders
2006-05-24changed the installation prefixes for targetDavid Anders
2006-05-18Bump to upstream v1.1.3Peter Korsgaard
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-290000858: Not finding ntp sourcesPeter Korsgaard
Fixed source URL
2006-04-29fix by hootsmon to make sure the includes are found properly #855Mike Frysinger
2006-04-28Bump rsync package to 2.6.8Peter Korsgaard
Closes 0000859.
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.