Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-03-26 | Overwrite any existing link should there be one | Eric Andersen | |
2005-03-22 | Add missing definition for 'struct ip_nat_multi_range_compat' so | Eric Andersen | |
that iptables can compile | |||
2005-03-21 | force libelf to be selected | Mike Frysinger | |
2005-03-21 | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | |
This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | |||
2005-03-21 | Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵ | Mike Frysinger | |
will update the version to download as well as one line of the patch which needed correcting. | |||
2005-03-21 | dont install fips crap | Mike Frysinger | |
2005-03-21 | Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵ | Mike Frysinger | |
should be BR2_PACKAGE_GDB_CLIENT. |