Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't forget about libgcc_s_nof.so when processing | Joakim Tjernlund | 2005-04-25 | 1 | -4/+4 |
| | | | | libgcc_s.so | ||||
* | Fix broken patch. Was this even tested? | "Steven J. Hill" | 2005-04-23 | 1 | -1/+1 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 2 | -6/+6 |
| | |||||
* | Add a bunch of patches snarfed from the debian gdb package | Eric Andersen | 2005-04-14 | 21 | -0/+3566 |
| | |||||
* | delete older 2.15.94.0.2 and add new 2.16.90.0.1 | Mike Frysinger | 2005-04-11 | 10 | -801/+155 |
| | |||||
* | update gdb a bit. remove support for ancient versions. | Eric Andersen | 2005-03-26 | 7 | -618/+68 |
| | |||||
* | Overwrite any existing link should there be one | Eric Andersen | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | Add missing definition for 'struct ip_nat_multi_range_compat' so | Eric Andersen | 2005-03-22 | 1 | -0/+18 |
| | | | | that iptables can compile | ||||
* | Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵ | Mike Frysinger | 2005-03-21 | 1 | -2/+2 |
| | | | | should be BR2_PACKAGE_GDB_CLIENT. | ||||
* | Bump available sanitized kernel headers | Eric Andersen | 2005-03-18 | 2 | -16/+20 |
| | |||||
* | Be extra careful about where the uClibc config file comes from | Eric Andersen | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | Fixup gcc 3.3.3 and 3.3.4 builds with patches backported | Eric Andersen | 2005-03-08 | 10 | -0/+800 |
| | | | | from stuff I added to gcc-3.3.5 | ||||
* | gcc 3.4.0 also needs to not emit embedded pic relocs for mips | Eric Andersen | 2005-03-02 | 1 | -0/+83 |
| | |||||
* | Fix things the other way round. Instead of restoring the mips | Eric Andersen | 2005-03-02 | 3 | -119/+59 |
| | | | | | embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations. | ||||
* | bother. Fix the filename | Eric Andersen | 2005-03-02 | 1 | -0/+0 |
| | |||||
* | 117_mips_symbolic_link is from debian | Eric Andersen | 2005-03-02 | 1 | -0/+44 |
| | |||||
* | 450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc | Eric Andersen | 2005-03-02 | 1 | -0/+75 |
| | | | | | | | 3.3.x to compile again on mips. As was, compiling gcc 3.3.x for mips would cause gcc to blow up whining about combining symbols from different segments, since stock binutils no longer supports the PC relative expressions emitted by gcc 3.3.x for mips when generating embedded PIC code. | ||||
* | Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD | Eric Andersen | 2005-03-02 | 11 | -0/+352 |
| | |||||
* | kill off support for gdb 5.3 | Eric Andersen | 2005-03-02 | 4 | -803/+1 |
| | |||||
* | simplify target language selection to remove nasty nested ifeq | Eric Andersen | 2005-03-02 | 1 | -6/+10 |
| | |||||
* | teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++ | Eric Andersen | 2005-03-02 | 1 | -5/+12 |
| | |||||
* | On mips, default to 4k pages to make binaries smaller | Eric Andersen | 2005-03-01 | 14 | -0/+364 |
| | |||||
* | use tested patch from upstream | Mike Frysinger | 2005-03-01 | 1 | -1/+1 |
| | |||||
* | 3.3.5 needs arm big endian lovin too | Mike Frysinger | 2005-03-01 | 2 | -0/+93 |
| | |||||
* | Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix | Joakim Tjernlund | 2005-02-27 | 4 | -0/+331 |
| | | | | obvious rejects. | ||||
* | pdinoto writes: | Eric Andersen | 2005-02-25 | 2 | -0/+11 |
| | | | | | | This patch adds an option in GCC config to compile Objective-C language support in the toolchain. It is disabled by default, so it is not intrusive. | ||||
* | Trivial updates | Eric Andersen | 2005-02-25 | 1 | -2/+2 |
| | |||||
* | This doesn't need ncurses headers installed in the target | Eric Andersen | 2005-02-24 | 1 | -1/+1 |
| | |||||
* | 2.15.94.0.2.2 has been released | Mike Frysinger | 2005-02-19 | 7 | -3/+1035 |
| | |||||
* | old | Mike Frysinger | 2005-02-19 | 6 | -1016/+0 |
| | |||||
* | Update toolchain with some cvs additions from the debian package | Eric Andersen | 2005-02-17 | 1 | -0/+4522 |
| | |||||
* | give uclibc and busybox config files consistant variable names | Eric Andersen | 2005-02-15 | 1 | -5/+7 |
| | |||||
* | cleanup using a variable before it was defined | Eric Andersen | 2005-02-11 | 1 | -4/+2 |
| | |||||
* | fixup use of a variable before it is set | Eric Andersen | 2005-02-11 | 1 | -7/+1 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 2 | -10/+18 |
| | | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 10 | -24/+53 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | default ldconfig to non-static | Mike Frysinger | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=47 | Eric Andersen | 2005-01-23 | 1 | -1/+1 |
| | | | | | | | | | | 0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it. | ||||
* | Patch from acmay: http://bugs.uclibc.org/view.php?id=50 | Eric Andersen | 2005-01-23 | 3 | -9/+15 |
| | | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off. | ||||
* | Philip Rakity writes: | Eric Andersen | 2005-01-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Hi Eric, I writing privately since I have not heard from Mike for 2 weeks about a one line patch to the gcc Makefile.in to allow the extra gcc options to be passed in. The patch is below and without it -- gcc extra's like --with-cpu=xscale do not work. The patch is as follows: | ||||
* | use target cflags | Mike Frysinger | 2004-12-24 | 1 | -3/+2 |
| | |||||
* | Update default uClibc config | Eric Andersen | 2004-12-23 | 2 | -2/+12 |
| | |||||
* | psm: also need to touchup libiberty/configure now | Mike Frysinger | 2004-12-22 | 1 | -31/+46 |
| | |||||
* | fix dependency so ldd isnt always rebuilt | Mike Frysinger | 2004-12-22 | 1 | -1/+1 |
| | |||||
* | dont output which | Mike Frysinger | 2004-12-22 | 1 | -3/+3 |
| | |||||
* | binutils 2.15.94.0.2 | Mike Frysinger | 2004-12-21 | 8 | -1/+1020 |
| | |||||
* | use which to locate apps (useful for non-Linux systems like OS X) | Mike Frysinger | 2004-12-19 | 1 | -3/+3 |
| | |||||
* | Add initial BR2_JLEVEL support, with some exceptions for apps that | Eric Andersen | 2004-12-11 | 1 | -9/+9 |
| | | | | have broken 'make -j' support | ||||
* | Kill off old unused JLEVEL junk | Eric Andersen | 2004-12-11 | 3 | -16/+16 |
| | |||||
* | Patch from Volmat Alain adding SH3/SH3EB SH4EB support | Eric Andersen | 2004-12-11 | 2 | -1/+13 |
| |