summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gcc: split up the build process into three distinct stages (minimal, ↵nbd2010-07-201-341/+0
| | | | | | initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: add support for gcc-4.4.4nico2010-05-281-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: add support for gcc-4.3.5nico2010-05-281-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for ↵nico2010-05-271-2/+2
| | | | | | 4.3.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] fix graphite options with gcc-4.5, add libelf for LTO, fix ↵florian2010-04-201-3/+10
| | | | | | mbsd_multi patch, patch from Bernhard Loos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc-4.5.0 preliminary supportacoul2010-04-191-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: only enable/disable TLS support in final stage (closes: #6788)nico2010-03-061-5/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch fixes toolchain parallel build, which reduces build time.thepeople2010-03-051-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: make TLS support configurablekaloz2010-02-261-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add another gcc version based on 4.4.3 plus the 2009q3 codesourcery patchkaloz2010-01-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for the latest CodeSourcery toolchainkaloz2010-01-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19324 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for gcc 4.4.3kaloz2010-01-241-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not use the wrapper scripts for exportable toolchains internally. on some ↵nbd2009-11-191-6/+0
| | | | | | systems the wrapper scripts are broken, and their use should be opt-in git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18454 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵nbd2009-11-141-0/+6
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add a config option for using the gcc graphite framework (disabled by ↵nbd2009-11-121-1/+1
| | | | | | default) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix build with cloog/pplnbd2009-11-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to ↵nbd2009-10-271-0/+4
| | | | | | avoid generating references to gpr save/restore functions which cannot yet be resolved at this point git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix compile on armv4t with the cs toolchainnbd2009-10-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix bug reporting url in newer compiler versionsnbd2009-10-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for gcc-4.4.2, add missing gcc-4.4.1 md5sumflorian2009-10-211-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: prevent the libgcc configure script from enabling support for the fixed ↵nbd2009-10-191-0/+2
| | | | | | point math extension, as it can bloat up libgcc size to 1.4M on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a gcc variant based on gcc 4.3.3 with codesourcery enhancementsnbd2009-10-191-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵nbd2009-10-101-22/+38
| | | | | | target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0lars2009-06-051-0/+1
| | | | | | | toolchain. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the uclibc rebuild issue which leads to unresolved symbols in libnl (and ↵nbd2009-05-041-0/+1
| | | | | | possibly other libraries) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete gcc version md5sumsnbd2009-05-041-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcc: symlink ./lib64 to ./lib for x86_64 as wellnico2009-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add preliminary support for gcc-4.4.0, need to forward port the ↵florian2009-04-231-2/+5
| | | | | | fhonour-copt patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a modified version of the mips64 patch from #4603nbd2009-04-181-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix stampfile variables for the toolchain build (fixes gcc compile error)nbd2009-03-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] move common variables to a dedicated include filenico2009-02-231-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system refactoring in preparation for allowing packages to do ↵nbd2009-02-221-33/+33
| | | | | | host-build steps git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] cosmetic & coherency fixesnico2009-02-031-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add gcc 4.3.3, clean up gcc version config symbolsnbd2009-01-271-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to ↵nico2009-01-211-4/+25
| | | | | | Luigi Mantellini! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [massive] add support for alternative C libraries (currently only glibc/eglibc)nico2009-01-081-68/+129
| | | | | | | | | | | other (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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix ssp enabling/disabling (#4388)florian2009-01-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke old gcc 4.2 versionskaloz2008-12-021-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13483 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add md5sums for binutils & gcc and use the GNU mirror facilitynico2008-11-081-4/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable autorebuild for the toolchain, as it can easily lead to build breakagesnbd2008-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable smash stacking support by default, but allow to enable it as an ↵florian2008-07-301-0/+8
| | | | | | experimental feature git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use qstrip macro to strip quoted CONFIG_* stringsnico2008-07-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make sure the toolchain target dir really existsnbd2008-04-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] provide a cleaner way to specify a biarch toolchain buildjk2008-04-121-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not disable tls yet, uclibc-ntpl will support it soonflorian2008-04-101-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable tls support, uClibc does not support it, and it could lead to ↵florian2008-04-101-0/+2
| | | | | | linking failures with some braindead autoconf programs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup softfloat handlingkaloz2007-12-281-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a few stampfile locationsnbd2007-11-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openwrt: honour gcc extra configuration flagsnbd2007-10-231-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵nbd2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73