Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update the linaro gcc to v2010.11-1 | Imre Kaloz | 2010-11-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 23940 | ||||
* | uClibc: fix errno access in pthreads (#8166, #8177) Reading errno within ↵ | Jo-Philipp Wich | 2010-11-06 | 1 | -0/+18 |
| | | | | | | pthreads always resulted in 0 breaking various programs like transmission and collectd. This patch is not 100% thread safe but it brings back threading into a usable state for now. SVN-Revision: 23905 | ||||
* | ld.so: ldd crashes when __LDSO_SEARCH_INTERP_PATH__ is not #defined Since ↵ | Jo-Philipp Wich | 2010-11-05 | 1 | -0/+43 |
| | | | | | | | | | | | | | | | | | b65c7b2c79debcb9017e31913e01eeaa280106fb, the implicit search path can be disabled by not #defining __LDSO_SEARCH_INTERP_PATH__. This causes _dl_ldsopath to never be set, so it remains NULL. _dl_ldsopath is still used when __LDSO_LDD_SUPPORT__ is #defined, to strip the path off of the beginning of the absolute path to the ld.so interpreter in use for printing. The _dl_strlen will crash with a NULL argument. Rather than relying on _dl_ldsopath, this change causes ldd to compute the interpreter's basename directly. glibc ld.so seems to print the full path to the interpreter without any computed basename or =>. I personally prefer glibc's behavior, but to preserve backwards compatibility with uClibc ld.so, the existing format with the computed basename, =>, and full path is used here. This enables simpler (and unchanged) text processing in a pipeline. Signed-off-by: Mark Mentovai <mark at moxienet.com> SVN-Revision: 23892 | ||||
* | use gcc 4.3.5 for avr32 | Imre Kaloz | 2010-11-04 | 2 | -4/+2 |
| | | | | SVN-Revision: 23866 | ||||
* | add avr32 support to gcc 4.3.5 | Imre Kaloz | 2010-11-04 | 12 | -3/+22594 |
| | | | | SVN-Revision: 23865 | ||||
* | switch to uClibc 0.9.31 | Imre Kaloz | 2010-11-02 | 2 | -2/+2 |
| | | | | SVN-Revision: 23781 | ||||
* | switch to binutils 2.20.1 (except for avr32 and ubicom32) | Imre Kaloz | 2010-11-02 | 1 | -2/+4 |
| | | | | SVN-Revision: 23780 | ||||
* | remove support for uClibc 0.9.30.2 and 0.9.30.3 | Imre Kaloz | 2010-11-02 | 62 | -10621/+0 |
| | | | | SVN-Revision: 23779 | ||||
* | remove unneeded config options, too | Imre Kaloz | 2010-10-29 | 2 | -41/+0 |
| | | | | SVN-Revision: 23706 | ||||
* | fix typo | Imre Kaloz | 2010-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 23705 | ||||
* | get rid of old gcc versions | Imre Kaloz | 2010-10-29 | 96 | -99302/+1 |
| | | | | SVN-Revision: 23704 | ||||
* | add support for Linaro GCC 2010.10 | Imre Kaloz | 2010-10-29 | 14 | -0/+9895 |
| | | | | SVN-Revision: 23703 | ||||
* | fix typo | Imre Kaloz | 2010-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 23695 | ||||
* | sync gcc's Config.in with Config.version | Imre Kaloz | 2010-10-28 | 1 | -8/+5 |
| | | | | SVN-Revision: 23694 | ||||
* | the latest patchlevel gcc releases should work for these targets | Imre Kaloz | 2010-10-28 | 1 | -14/+8 |
| | | | | SVN-Revision: 23693 | ||||
* | fixup gcc version selection for the omap35xx target | Imre Kaloz | 2010-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 23692 | ||||
* | we don't support gcc 3.x for some time now | Imre Kaloz | 2010-10-28 | 1 | -3/+0 |
| | | | | SVN-Revision: 23686 | ||||
* | remove support for binutils 2.18 and 2.20 | Imre Kaloz | 2010-10-28 | 18 | -53362/+0 |
| | | | | SVN-Revision: 23685 | ||||
* | gcc 4.4.5 support | Imre Kaloz | 2010-10-04 | 13 | -0/+9832 |
| | | | | SVN-Revision: 23220 | ||||
* | optionally support parallel toolchain build. This defaults to off, because ↵ | Michael Büsch | 2010-10-03 | 3 | -3/+3 |
| | | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196 | ||||
* | gcc: enable non-PIC for mips targets in gcc 4.4+ to reduce code size | Felix Fietkau | 2010-09-20 | 1 | -0/+6 |
| | | | | SVN-Revision: 23103 | ||||
* | gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain ↵ | Felix Fietkau | 2010-09-20 | 8 | -69073/+29776 |
| | | | | | | now, please test! SVN-Revision: 23101 | ||||
* | toolchain/gcc: fix -Os recursion on ARMv5 for gcc 4.5.0 & 4.5.1 ↵ | Alexandros C. Couloumbis | 2010-09-04 | 2 | -0/+140 |
| | | | | | | (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392) SVN-Revision: 22899 | ||||
* | add a command for printing a cleaned up make target database - will be used ↵ | Felix Fietkau | 2010-09-01 | 1 | -0/+4 |
| | | | | | | to analyze package dependencies at some point SVN-Revision: 22871 | ||||
* | fix a compile error when compiling with glibc (#7816) | Felix Fietkau | 2010-09-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 22869 | ||||
* | gcj can only be built safely on gcc >= 4.3 | Florian Fainelli | 2010-08-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 22843 | ||||
* | toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵ | Felix Fietkau | 2010-08-19 | 10 | -59/+57 |
| | | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723 | ||||
* | toolchain/gcc: remove remaining references to gcc-3.4.6 | Nicolas Thill | 2010-08-18 | 2 | -11/+1 |
| | | | | SVN-Revision: 22694 | ||||
* | nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra ↵ | Mirko Vogt | 2010-08-06 | 1 | -0/+11 |
| | | | | | | CFLAGS which may not be supported by older compilers (as e.g. gcc-4.1 which e.g. the x86 target is currently using) SVN-Revision: 22511 | ||||
* | Add lost handling of -fhonour-copts to 4.4.x+cs/910-mbsd_multi.patch | Lars-Peter Clausen | 2010-08-03 | 2 | -0/+20 |
| | | | | SVN-Revision: 22474 | ||||
* | add support for gcc-4.5.1 | Florian Fainelli | 2010-08-01 | 13 | -0/+9818 |
| | | | | SVN-Revision: 22450 | ||||
* | bump default gcc-4.4 version for sibyte and octeon | Florian Fainelli | 2010-07-31 | 2 | -1/+3 |
| | | | | SVN-Revision: 22437 | ||||
* | add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx) | Imre Kaloz | 2010-07-21 | 5 | -0/+125 |
| | | | | SVN-Revision: 22323 | ||||
* | gcc: split up the build process into three distinct stages (minimal, ↵ | Felix Fietkau | 2010-07-20 | 6 | -349/+347 |
| | | | | | | initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain SVN-Revision: 22319 | ||||
* | the storm target is gone for a long time now | Imre Kaloz | 2010-07-20 | 5 | -130/+0 |
| | | | | SVN-Revision: 22311 | ||||
* | remove support for building kernel headers with old kernels | Felix Fietkau | 2010-06-26 | 1 | -16/+3 |
| | | | | SVN-Revision: 21957 | ||||
* | remove gcc 3.4.6 | Felix Fietkau | 2010-06-26 | 14 | -4679/+0 |
| | | | | SVN-Revision: 21955 | ||||
* | patch went upstream, so bump git version and remove patch locally | Mirko Vogt | 2010-06-22 | 2 | -79/+3 |
| | | | | SVN-Revision: 21881 | ||||
* | Refactor omap35xx sub-targets to cater for beagleboard and gumstix overo | Hamish Guthrie | 2010-06-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 21858 | ||||
* | add support for uClibc version 0.9.32 based on git rev ↵ | Mirko Vogt | 2010-06-20 | 33 | -94/+4630 |
| | | | | | | a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856 | ||||
* | fix syntax error | Mirko Vogt | 2010-06-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 21843 | ||||
* | make sure directory exists before copying into | Mirko Vogt | 2010-06-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 21842 | ||||
* | fix eglibc INET_ANL option selection | Florian Fainelli | 2010-06-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 21660 | ||||
* | toolchain/eglibc: add preliminary support for eglibc-2.12 | Nicolas Thill | 2010-05-28 | 4 | -10/+92 |
| | | | | SVN-Revision: 21611 | ||||
* | toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11 | Nicolas Thill | 2010-05-28 | 2 | -5/+4 |
| | | | | SVN-Revision: 21610 | ||||
* | toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x | Nicolas Thill | 2010-05-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 21601 | ||||
* | toolchain/gcc: add support for gcc-4.4.4 | Nicolas Thill | 2010-05-28 | 13 | -0/+9832 |
| | | | | SVN-Revision: 21600 | ||||
* | toolchain/gcc: add support for gcc-4.3.5 | Nicolas Thill | 2010-05-28 | 18 | -0/+716 |
| | | | | SVN-Revision: 21599 | ||||
* | toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for ↵ | Nicolas Thill | 2010-05-27 | 1 | -2/+2 |
| | | | | | | 4.3.4 SVN-Revision: 21580 | ||||
* | toolchain/gcc: sort versions in Config.in (cosmetic) | Nicolas Thill | 2010-05-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 21579 |