Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | gcc: fix build for MIPS64 targets introduced by musl patch | Florian Fainelli | 2013-01-07 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046 | |||
* | gcc-linaro-4.6: update to 2012.12 | Florian Fainelli | 2013-01-07 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35044 | |||
* | gcc-linaro-4.7: update to 2012.12 | Florian Fainelli | 2013-01-07 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35043 | |||
* | toolchain: use file_copy to install the initial gcc files | Jo-Philipp Wich | 2012-12-02 | |
| | | | | SVN-Revision: 34440 | |||
* | remove support for ubicom32 | Florian Fainelli | 2012-11-30 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432 | |||
* | gcc/4.5-linaro: backport musl patch | Florian Fainelli | 2012-11-29 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34425 | |||
* | add preliminary support for musl | Florian Fainelli | 2012-11-23 | |
| | | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314 | |||
* | gcc: remove support for 4.7.0 | Florian Fainelli | 2012-11-21 | |
| | | | | | | | | | There are no good reasons for keeping this version around when 4.7.2 and 4.7-linaro are there. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34296 | |||
* | gcc: build with HOST_CFLAGS | Florian Fainelli | 2012-11-19 | |
| | | | | | | | | | Turns on -O2 optimization when building GCC thus making the cross-compiler a little faster (about 25%). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34266 | |||
* | gcc-4.6-linaro: update to 2012.11 | Florian Fainelli | 2012-11-19 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34264 | |||
* | gcc-4.7-linaro: update to 2012.11 | Florian Fainelli | 2012-11-19 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34263 | |||
* | build: remove remaining references to TOOLCHAIN_JOBS (thx, Sedat Dilek) | Felix Fietkau | 2012-11-08 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34122 | |||
* | gcc: add GCC 4.7.2 | Florian Fainelli | 2012-10-14 | |
| | | | | SVN-Revision: 33763 | |||
* | gcc: add GCC 4.6.3 | Florian Fainelli | 2012-10-14 | |
| | | | | SVN-Revision: 33762 | |||
* | gcc: update 4.5-linaro to 4.5-2012.03 | Florian Fainelli | 2012-10-13 | |
| | | | | SVN-Revision: 33760 | |||
* | gcc: update 4.7-linaro to 4.7-2012.10 | Florian Fainelli | 2012-10-13 | |
| | | | | SVN-Revision: 33759 | |||
* | gcc: update gcc-4.6-linaro to 4.6-2012.10 | Florian Fainelli | 2012-10-13 | |
| | | | | SVN-Revision: 33758 | |||
* | gcc: add --with-long-double-128 for SPARC toolchain | Florian Fainelli | 2012-10-12 | |
| | | | | | | This is required in order to build the final compiler. SVN-Revision: 33739 | |||
* | gcc: backport struct siginfo -> siginfo_t renaming | Florian Fainelli | 2012-10-12 | |
| | | | | | | Otherwise newer eglibc toolchain will simply fail to build. SVN-Revision: 33736 | |||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | |||
* | gcc: enable parallel builds | Felix Fietkau | 2012-09-15 | |
| | | | | SVN-Revision: 33444 | |||
* | gcc: add upstream fixes for GCC bug 54494 | Florian Fainelli | 2012-09-07 | |
| | | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329 | |||
* | gcc: add upstream fixes for GCC bug 54369 | Florian Fainelli | 2012-09-07 | |
| | | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328 | |||
* | toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵ | Felix Fietkau | 2012-06-30 | |
| | | | | | | to avoid errors on copying SVN-Revision: 32556 | |||
* | toolchain/gcc: fix installing the toolchain after removing the toolchain dir ↵ | Felix Fietkau | 2012-06-30 | |
| | | | | | | without a full rebuild SVN-Revision: 32554 | |||
* | toolchain: keep the initial gcc around for later uclibc rebuilds | Felix Fietkau | 2012-06-30 | |
| | | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. SVN-Revision: 32553 | |||
* | toolchain: install libgcc for minimal gcc, needed by newer eglibc versions | Felix Fietkau | 2012-06-07 | |
| | | | | SVN-Revision: 32100 | |||
* | switch to 2.6.38 | Imre Kaloz | 2012-05-01 | |
| | | | | SVN-Revision: 31546 | |||
* | gcc: fix getenv() patches for 4.4.7 and 4.5-linaro | Jo-Philipp Wich | 2012-04-27 | |
| | | | | SVN-Revision: 31489 | |||
* | remove screwed up patch for gcc 4.7-linaro which got committed by accident | Mirko Vogt | 2012-04-21 | |
| | | | | SVN-Revision: 31393 | |||
* | add support for GCC 4.7-linaro (based on GCC 4.7.1) | Mirko Vogt | 2012-04-21 | |
| | | | | SVN-Revision: 31392 | |||
* | gcc: add patch to make the getenv() spec function nonfatal if requested ↵ | Jo-Philipp Wich | 2012-04-21 | |
| | | | | | | environment variable is unset SVN-Revision: 31390 | |||
* | toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems | Jo-Philipp Wich | 2012-04-12 | |
| | | | | SVN-Revision: 31255 | |||
* | upgrade to gcc 4.4.7 | Imre Kaloz | 2012-04-09 | |
| | | | | SVN-Revision: 31230 | |||
* | add support for gcc 4.7.0 - thanks to acoul! | Mirko Vogt | 2012-04-07 | |
| | | | | SVN-Revision: 31216 | |||
* | toolchain/gcc-4.6.2: fix v4bx patch | Gabor Juhos | 2012-03-18 | |
| | | | | SVN-Revision: 30970 | |||
* | toolchain/gcc-4.6-linaro: fix v4bx patch | Gabor Juhos | 2012-03-18 | |
| | | | | SVN-Revision: 30969 | |||
* | gcc: now that the gpr save/restore issues are taken care of, remove the ↵ | Felix Fietkau | 2012-03-05 | |
| | | | | | | -Os/-O2 workaround that dealt with it earlier SVN-Revision: 30815 | |||
* | gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ↵ | Felix Fietkau | 2012-03-05 | |
| | | | | | | are tricky to deal with wrt. libgcc. they cannot be linked dynamically SVN-Revision: 30814 | |||
* | gcc: use .eh_frame sections for exception handling stack unwind - saves ↵ | Felix Fietkau | 2012-02-17 | |
| | | | | | | about 400 bytes on every executable or shared library SVN-Revision: 30614 | |||
* | gcc: enable --with-headers for the final toolchain build | Felix Fietkau | 2012-02-17 | |
| | | | | SVN-Revision: 30613 | |||
* | gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent ↵ | Felix Fietkau | 2012-02-12 | |
| | | | | | | libgcc crap from leaking into every single binary SVN-Revision: 30486 | |||
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | |
| | | | | SVN-Revision: 30470 | |||
* | use Linaro GCC 4.6 by default | Imre Kaloz | 2012-02-12 | |
| | | | | SVN-Revision: 30467 | |||
* | update to latest Linaro releases | Imre Kaloz | 2012-02-12 | |
| | | | | SVN-Revision: 30466 | |||
* | invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own ↵ | Jo-Philipp Wich | 2012-01-18 | |
| | | | | | | cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS. SVN-Revision: 29768 | |||
* | upgrade to latest linaro releases | Imre Kaloz | 2012-01-14 | |
| | | | | SVN-Revision: 29748 | |||
* | gcc: always explicitly link against libstdc++, fixes build errors on some ↵ | Felix Fietkau | 2012-01-12 | |
| | | | | | | hosts that refuse to link it in implicitly (should fix #10587) SVN-Revision: 29721 | |||
* | gcc: add 4.6-linaro version 4.6-2011.08 | Hauke Mehrtens | 2011-08-18 | |
| | | | | SVN-Revision: 28042 | |||
* | gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 | |
| | | | | SVN-Revision: 28041 |