Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-02 | Get 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-02 | Add 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-02 | No need to patch this when there's a configuration parameter. | Manuel Novoa III | |
2005-05-02 | sh64 no longer implies sh as far as uClibc is concerned.. | Paul Mundt | |
2005-05-02 | Obsolete. | Manuel Novoa III | |
2005-05-02 | This 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-01 | Ugly hack to force the configuration for the cross libstdc++ to fail for ↵ | Manuel Novoa III | |
complex funcs we don't yet support. | |||
2005-05-01 | No longer needed and actually breaks the gcc java build. | Manuel Novoa III | |
2005-05-01 | Prune out a bunch of binutils versions that are no longer | Eric Andersen | |
the latest and greatest in their respective binutils series | |||
2005-05-01 | Weed out older, no longer maintained versions of gcc | Eric Andersen | |
2005-05-01 | It is now official, the cause of the mysterious gcc 3.3.5 exception | Eric 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-30 | Fix soft float options for gcc 4. | Manuel Novoa III | |
2005-04-30 | Someone forgot mipsel for soft float... | Manuel Novoa III | |
2005-04-30 | Add 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-30 | Support gcc 4.[01]. Only tried for 4.0.0 at this point. | Manuel Novoa III | |
2005-04-30 | Add 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-30 | Fill in a couple of omissions. | Manuel Novoa III | |
2005-04-30 | Needed --disable-werror to get 2.16.mumble build from dying on missing ↵ | Manuel Novoa III | |
prototypes in lex-generated files. | |||
2005-04-30 | grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵ | Mike Frysinger | |
them to the 2.16 branch | |||
2005-04-30 | 2.16.90.0.2 released | Mike Frysinger | |
2005-04-28 | Add 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-27 | Slash missing. | "Steven J. Hill" | |
2005-04-27 | Rsync was recently upgraded to 2.6.4. Until buildroot is updated, | "Steven J. Hill" | |
the RSYNC_SITE variable needs to be changed. | |||
2005-04-27 | Make defconfig work properly | Eric Andersen | |
2005-04-26 | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | |
2005-04-25 | Don't forget about libgcc_s_nof.so when processing | Joakim Tjernlund | |
libgcc_s.so | |||
2005-04-23 | Fix 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-23 | Fix broken patch. Was this even tested? | "Steven J. Hill" | |
2005-04-21 | Update for latest config options | Eric Andersen | |
2005-04-21 | Do not include an empty resolv.conf | Eric Andersen | |
2005-04-21 | don't put in a default resolv.conf. Some folks with a ro rootfs | Eric Andersen | |
will want to replace this, i.e. with a symlink to /tmp | |||
2005-04-21 | Don't mess with /etc/default for now. | Eric Andersen | |
2005-04-21 | Update init scripts a bit. Don't mess with /etc/default for now. | Eric Andersen | |
2005-04-15 | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | |
2005-04-15 | Some minor updates for the net4521 | Eric Andersen | |
2005-04-14 | Add a bunch of patches snarfed from the debian gdb package | Eric Andersen | |
2005-04-14 | switch to mips32 | Eric Andersen | |
2005-04-14 | Minor ltrace updates | Eric Andersen | |
2005-04-14 | Update cramfs to handle switching endianness when necessary | Eric Andersen | |
2005-04-12 | Fix up the build of libelf so it actually works | Eric Andersen | |
2005-04-12 | Make busybox config file location a config option | Eric Andersen | |
2005-04-12 | Apply patch from http://bugs.busybox.net/view.php?id=205 | Eric Andersen | |
2005-04-11 | remove empty directory | Eric Andersen | |
2005-04-11 | delete older 2.15.94.0.2 and add new 2.16.90.0.1 | Mike Frysinger | |
2005-04-08 | - glib1 does not build a .so | Ned Ludd | |
2005-04-08 | - fix broken concatenated lines. reported by hermannb bug #216 | Ned Ludd | |
2005-04-07 | SnarlCat writes: add OBJCOPY to build environment Bug #213 | Mike Frysinger | |
2005-04-05 | version bump | Mike Frysinger | |
2005-03-31 | Minor platform updates | Eric Andersen | |
2005-03-26 | update gdb a bit. remove support for ancient versions. | Eric Andersen | |