Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc: only enable/disable TLS support in final stage (closes: #6788) | Nicolas Thill | 2010-03-06 | 1 | -5/+8 |
| | | | | SVN-Revision: 20018 | ||||
* | this patch fixes toolchain parallel build, which reduces build time. | Travis Kemen | 2010-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | In order to enable parallel build, change line 21 of include/host-build.mk from: override MAKEFLAGS= to: override MAKEFLAGS=$(MAKE_JOBS) -Raphael SVN-Revision: 19995 | ||||
* | make TLS support configurable | Imre Kaloz | 2010-02-26 | 1 | -2/+6 |
| | | | | SVN-Revision: 19870 | ||||
* | add another gcc version based on 4.4.3 plus the 2009q3 codesourcery patch | Imre Kaloz | 2010-01-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 19348 | ||||
* | add preliminary support for the latest CodeSourcery toolchain | Imre Kaloz | 2010-01-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 19324 | ||||
* | add support for gcc 4.4.3 | Imre Kaloz | 2010-01-24 | 1 | -0/+3 |
| | | | | SVN-Revision: 19314 | ||||
* | do not use the wrapper scripts for exportable toolchains internally. on some ↵ | Felix Fietkau | 2009-11-19 | 1 | -6/+0 |
| | | | | | | systems the wrapper scripts are broken, and their use should be opt-in SVN-Revision: 18454 | ||||
* | Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵ | Felix Fietkau | 2009-11-14 | 1 | -0/+6 |
| | | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18419 | ||||
* | gcc: add a config option for using the gcc graphite framework (disabled by ↵ | Felix Fietkau | 2009-11-12 | 1 | -1/+1 |
| | | | | | | default) SVN-Revision: 18403 | ||||
* | gcc: fix build with cloog/ppl | Felix Fietkau | 2009-11-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 18266 | ||||
* | gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to ↵ | Felix Fietkau | 2009-10-27 | 1 | -0/+4 |
| | | | | | | avoid generating references to gpr save/restore functions which cannot yet be resolved at this point SVN-Revision: 18177 | ||||
* | gcc: fix compile on armv4t with the cs toolchain | Felix Fietkau | 2009-10-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 18131 | ||||
* | gcc: fix bug reporting url in newer compiler versions | Felix Fietkau | 2009-10-24 | 1 | -1/+4 |
| | | | | SVN-Revision: 18130 | ||||
* | add support for gcc-4.4.2, add missing gcc-4.4.1 md5sum | Florian Fainelli | 2009-10-21 | 1 | -0/+6 |
| | | | | SVN-Revision: 18113 | ||||
* | gcc: prevent the libgcc configure script from enabling support for the fixed ↵ | Felix Fietkau | 2009-10-19 | 1 | -0/+2 |
| | | | | | | point math extension, as it can bloat up libgcc size to 1.4M on mips SVN-Revision: 18066 | ||||
* | add a gcc variant based on gcc 4.3.3 with codesourcery enhancements | Felix Fietkau | 2009-10-19 | 1 | -6/+7 |
| | | | | SVN-Revision: 18059 | ||||
* | gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵ | Felix Fietkau | 2009-10-10 | 1 | -22/+38 |
| | | | | | | target yet, but gets close) SVN-Revision: 18019 | ||||
* | disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain. | Lars-Peter Clausen | 2009-06-05 | 1 | -0/+1 |
| | | | | SVN-Revision: 16345 | ||||
* | fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵ | Felix Fietkau | 2009-05-04 | 1 | -0/+1 |
| | | | | | | possibly other libraries) SVN-Revision: 15599 | ||||
* | remove obsolete gcc version md5sums | Felix Fietkau | 2009-05-04 | 1 | -6/+0 |
| | | | | SVN-Revision: 15598 | ||||
* | gcc: symlink ./lib64 to ./lib for x86_64 as well | Nicolas Thill | 2009-04-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 15432 | ||||
* | add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt ↵ | Florian Fainelli | 2009-04-23 | 1 | -2/+5 |
| | | | | | | patch SVN-Revision: 15345 | ||||
* | add a modified version of the mips64 patch from #4603 | Felix Fietkau | 2009-04-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 15249 | ||||
* | fix stampfile variables for the toolchain build (fixes gcc compile error) | Felix Fietkau | 2009-03-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 14862 | ||||
* | move common variables to a dedicated include file | Nicolas Thill | 2009-02-23 | 1 | -6/+1 |
| | | | | SVN-Revision: 14648 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -33/+33 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | cosmetic & coherency fixes | Nicolas Thill | 2009-02-03 | 1 | -11/+11 |
| | | | | SVN-Revision: 14397 | ||||
* | add gcc 4.3.3, clean up gcc version config symbols | Felix Fietkau | 2009-01-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 14226 | ||||
* | add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini! | Nicolas Thill | 2009-01-21 | 1 | -4/+25 |
| | | | | SVN-Revision: 14131 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 1 | -68/+129 |
| | | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931 | ||||
* | Fix ssp enabling/disabling (#4388) | Florian Fainelli | 2009-01-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 13856 | ||||
* | nuke old gcc 4.2 versions | Imre Kaloz | 2008-12-02 | 1 | -12/+0 |
| | | | | SVN-Revision: 13483 | ||||
* | add md5sums for binutils & gcc and use the GNU mirror facility | Nicolas Thill | 2008-11-08 | 1 | -4/+26 |
| | | | | SVN-Revision: 13143 | ||||
* | disable autorebuild for the toolchain, as it can easily lead to build breakages | Felix Fietkau | 2008-09-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 12492 | ||||
* | Disable smash stacking support by default, but allow to enable it as an ↵ | Florian Fainelli | 2008-07-30 | 1 | -0/+8 |
| | | | | | | experimental feature SVN-Revision: 12010 | ||||
* | use qstrip macro to strip quoted CONFIG_* strings | Nicolas Thill | 2008-07-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 11832 | ||||
* | make sure the toolchain target dir really exists | Felix Fietkau | 2008-04-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 10913 | ||||
* | provide a cleaner way to specify a biarch toolchain build | Jeremy Kerr | 2008-04-12 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10802 | ||||
* | Do not disable tls yet, uclibc-ntpl will support it soon | Florian Fainelli | 2008-04-10 | 1 | -2/+0 |
| | | | | SVN-Revision: 10785 | ||||
* | Disable tls support, uClibc does not support it, and it could lead to ↵ | Florian Fainelli | 2008-04-10 | 1 | -0/+2 |
| | | | | | | linking failures with some braindead autoconf programs SVN-Revision: 10782 | ||||
* | fixup softfloat handling | Imre Kaloz | 2007-12-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 10003 | ||||
* | fix a few stampfile locations | Felix Fietkau | 2007-11-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 9587 | ||||
* | openwrt: honour gcc extra configuration flags | Felix Fietkau | 2007-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | Although the CONFIG_EXTRA_GCC_OPTIONS flag is available, it isn't used anywhere. This change adds the extra flag to both gcc configure stages. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9406 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -1/+1 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | fix typo (closes: #2275) | Nicolas Thill | 2007-08-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 8492 | ||||
* | Disable multilib by default | Florian Fainelli | 2007-08-23 | 1 | -0/+2 |
| | | | | SVN-Revision: 8471 | ||||
* | Fix the stage2 compilation, no side effect with gcc4 (#2190) | Florian Fainelli | 2007-08-13 | 1 | -3/+1 |
| | | | | SVN-Revision: 8409 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -33/+34 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | fix the gcc stampfile for initial stage installation | Felix Fietkau | 2007-07-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 8250 | ||||
* | fix gcc 4.2.0 compile for ppc | Felix Fietkau | 2007-06-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 7761 |