summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-31Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-26Apply any uClibc patches that are presentEric Andersen
2005-05-24quick import of gcc-3.3.6 and gcc-3.4.4Mike Frysinger
2005-05-18Patch is now deprecated."Steven J. Hill"
2005-05-18Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"
used instead of cross target ranlib.
2005-05-16Add patch from debian to make things compileEric Andersen
2005-05-16This patch updates the pppd package to build version 2.4.3. The 2.4.3 versionEric Andersen
of pppd adds additional features. http://bugs.uclibc.org/view.php?id=259
2005-05-16This patch updates the e2fsprogs package to build the 1.37 version ofEric Andersen
e2fsprogs. This version of e2fsprogs adds additional features and increases preformance. I've also change the configuration to build all of e2fsprogs dynamicly linked. This reduces the size of the individual binaries considerably. http://bugs.uclibc.org/view.php?id=258
2005-05-16Add support for the openntpd package to buildroot. OpenNTPD is a free, easy toEric Andersen
use implementation of the Network Time Protocol with a small footprint. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock. http://bugs.uclibc.org/view.php?id=257
2005-05-16This patch updates the berkleydb package to build a 4.3.x version of theEric Andersen
library which adds additional functionality and bugfixes. http://bugs.uclibc.org/view.php?id=256
2005-05-16This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 versionEric Andersen
of bzip2 fixes a security issue with bzip2 v.1.0.2. This patch also modifies the .mk file so that version changes can be acomodated more easily. http://bugs.uclibc.org/view.php?id=255
2005-05-16This patch updates the zlib package to build version 1.2.2. TheEric Andersen
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1. http://bugs.uclibc.org/view.php?id=254
2005-05-12cleanup the tinyx build so it actually has a chance of working.Eric Andersen
This gets it so it at least compiles...
2005-05-12First pass at getting current x.org to into buildroot.Eric Andersen
Still needs more polish but is a good start.
2005-05-12iptables doesnt need to concern itself with kernel headersEric Andersen
2005-05-12use the linux-gnu* -> linux-* change from upstream mainlineMike Frysinger
2005-05-112.16.90.0.3 releasedMike Frysinger
2005-05-07Add an sh2eb target.Paul Mundt
2005-05-06Teach cramfs to handle byteswapping sanely. I want to specifyEric Andersen
big endian or little endian, not whether to unconditionally do byteswapping regardless of build system byte order.
2005-05-05Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. ↵"Steven J. Hill"
Hopefully 2.6.12 will release soon so we can get the updates.
2005-05-05Uh... sjhill... Why do you think this shouldn't be here?Manuel Novoa III
2005-05-05Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS"Steven J. Hill"
toolchain and filesystem image builds for C/C++. Java will be tested next.
2005-05-04fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229Eric Andersen
2005-05-03Initial support for MS7206SE01 sh2a board.Paul Mundt
2005-05-03Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵Manuel Novoa III
mipsel soft-float cross+native toolchain build.
2005-05-03New patches for GCC-4.1.0 for locale and configuration."Steven J. Hill"
2005-05-03Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"
2005-05-02Get the board-specific dependencies right.Paul Mundt
Currently each board is dumping all of its config options regardless of whether we are even on the right architecture or not (this is due to outright sourcing of the configs at the upper level..). Dependency resolution either needs to be done there, or at the board-specific level.
2005-05-02Add proper target support for newfangled sh targets.Paul Mundt
GCC folk in their infinite wisdom have added half-assed target support for newer sh cores. The support is there, but of course we have no way to actually enable the thing, so we do that with this patch. Likewise, binutils has no idea about any of these new targets either (not even a half-assed attempt, sadly), so we fix that up too.. now we're able to actually build a real toolchain for sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more inept targets than that one, really. Go look, I promise).
2005-05-02No need to patch this when there's a configuration parameter.Manuel Novoa III
2005-05-02sh64 no longer implies sh as far as uClibc is concerned..Paul Mundt
2005-05-02Obsolete.Manuel Novoa III
2005-05-02This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵Manuel Novoa III
broken for mips.
2005-05-01Ugly hack to force the configuration for the cross libstdc++ to fail for ↵Manuel Novoa III
complex funcs we don't yet support.
2005-05-01No longer needed and actually breaks the gcc java build.Manuel Novoa III
2005-05-01Prune out a bunch of binutils versions that are no longerEric Andersen
the latest and greatest in their respective binutils series
2005-05-01Weed out older, no longer maintained versions of gccEric Andersen
2005-05-01It is now official, the cause of the mysterious gcc 3.3.5 exceptionEric Andersen
handling failure is definately sjlj. Only enable it for the apparently broken gcc 3.3.3 toolchain, which _does_ need it for exception handling to work properly.
2005-04-30Fix soft float options for gcc 4.Manuel Novoa III
2005-04-30Someone forgot mipsel for soft float...Manuel Novoa III
2005-04-30Add 4.0.0 support. Some arches may still need some tweaking and/or ↵Manuel Novoa III
additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet...
2005-04-30Support gcc 4.[01]. Only tried for 4.0.0 at this point.Manuel Novoa III
2005-04-30Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support ↵Manuel Novoa III
in some time, but haven't touched the default in this commit.
2005-04-30Fill in a couple of omissions.Manuel Novoa III
2005-04-30Needed --disable-werror to get 2.16.mumble build from dying on missing ↵Manuel Novoa III
prototypes in lex-generated files.
2005-04-30grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵Mike Frysinger
them to the 2.16 branch
2005-04-302.16.90.0.2 releasedMike Frysinger
2005-04-28Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"
GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.
2005-04-27Slash missing."Steven J. Hill"