summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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"
2005-04-27Rsync was recently upgraded to 2.6.4. Until buildroot is updated,"Steven J. Hill"
the RSYNC_SITE variable needs to be changed.
2005-04-27Make defconfig work properlyEric Andersen
2005-04-26http://bugs.uclibc.org/view.php?id=189Eric Andersen
2005-04-25Don't forget about libgcc_s_nof.so when processingJoakim Tjernlund
libgcc_s.so
2005-04-23Fix install error caused by 'ln -sf' which tries to use the target's"Steven J. Hill"
'ln' instead of the host. A quick grep through the other packages shows that this may be an issue as well. I will probably have more fixes later today.
2005-04-23Fix broken patch. Was this even tested?"Steven J. Hill"
2005-04-21Update for latest config optionsEric Andersen
2005-04-21Do not include an empty resolv.confEric Andersen
2005-04-21don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen
will want to replace this, i.e. with a symlink to /tmp
2005-04-21Don't mess with /etc/default for now.Eric Andersen
2005-04-21Update init scripts a bit. Don't mess with /etc/default for now.Eric Andersen
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-04-15Some minor updates for the net4521Eric Andersen
2005-04-14Add a bunch of patches snarfed from the debian gdb packageEric Andersen
2005-04-14switch to mips32Eric Andersen
2005-04-14Minor ltrace updatesEric Andersen
2005-04-14Update cramfs to handle switching endianness when necessaryEric Andersen
2005-04-12Fix up the build of libelf so it actually worksEric Andersen