aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-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 Fainelli2009-01-041-2/+2
| | | | SVN-Revision: 13856
* nuke old gcc 4.2 versionsImre Kaloz2008-12-021-12/+0
| | | | SVN-Revision: 13483
* add md5sums for binutils & gcc and use the GNU mirror facilityNicolas Thill2008-11-081-4/+26
| | | | SVN-Revision: 13143
* disable autorebuild for the toolchain, as it can easily lead to build breakagesFelix Fietkau2008-09-021-0/+1
| | | | SVN-Revision: 12492
* Disable smash stacking support by default, but allow to enable it as an ↵Florian Fainelli2008-07-301-0/+8
| | | | | | experimental feature SVN-Revision: 12010
* use qstrip macro to strip quoted CONFIG_* stringsNicolas Thill2008-07-141-1/+1
| | | | SVN-Revision: 11832
* make sure the toolchain target dir really existsFelix Fietkau2008-04-221-1/+1
| | | | SVN-Revision: 10913
* provide a cleaner way to specify a biarch toolchain buildJeremy Kerr2008-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> SVN-Revision: 10802
* Do not disable tls yet, uclibc-ntpl will support it soonFlorian Fainelli2008-04-101-2/+0
| | | | SVN-Revision: 10785
* Disable tls support, uClibc does not support it, and it could lead to ↵Florian Fainelli2008-04-101-0/+2
| | | | | | linking failures with some braindead autoconf programs SVN-Revision: 10782
* fixup softfloat handlingImre Kaloz2007-12-281-0/+2
| | | | SVN-Revision: 10003
* fix a few stampfile locationsFelix Fietkau2007-11-201-1/+1
| | | | SVN-Revision: 9587
* openwrt: honour gcc extra configuration flagsFelix Fietkau2007-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> SVN-Revision: 9406
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-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 Thill2007-08-261-1/+1
| | | | SVN-Revision: 8492
* Disable multilib by defaultFlorian Fainelli2007-08-231-0/+2
| | | | SVN-Revision: 8471
* Fix the stage2 compilation, no side effect with gcc4 (#2190)Florian Fainelli2007-08-131-3/+1
| | | | SVN-Revision: 8409
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-33/+34
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* fix the gcc stampfile for initial stage installationFelix Fietkau2007-07-301-0/+1
| | | | SVN-Revision: 8250
* fix gcc 4.2.0 compile for ppcFelix Fietkau2007-06-281-0/+1
| | | | SVN-Revision: 7761
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-281-7/+0
| | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753
* we don't need libmudflap at allImre Kaloz2007-06-081-0/+2
| | | | SVN-Revision: 7531
* add a gcc 4.2 snapshotFelix Fietkau2006-11-231-3/+11
| | | | SVN-Revision: 5625
* Forgot that part (#926)Florian Fainelli2006-11-211-0/+1
| | | | SVN-Revision: 5599
* fix gcc compileFelix Fietkau2006-11-121-4/+4
| | | | SVN-Revision: 5511
* more shell related fixesFelix Fietkau2006-11-121-6/+6
| | | | SVN-Revision: 5509
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+143