crosstool-ng/config
Bryan Hundven c27ab65e45 binutils: Gold conflicts with Static Toolchain
The gold linker cannot currently be built in a static toolchain build.
This may get fixed in a future version of crosstool-NG.

Also, there is a bit of weirdness here. versions of binutils >= 2.21
have GOLD (BINUTILS_HAS_GOLD), but that doesn't mean it should be used.
For instance, if the architecture is not supported.

So with that, we create a new hidden option: BINUTILS_GOLD_SUPPORT
Which in turn depends on BINUTILS_GOLD_SUPPORTS_ARCH, BINUTILS_HAS_GOLD,
and not STATIC_TOOLCHAIN... then replace anything that previously
depended on BINUTILS_HAS_GOLD with our new BINUTILS_GOLD_SUPPORT option.

This closes #210

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-10-20 00:35:36 -07:00
..
arch avr: add support for AVR 8-bit architecture 2015-06-21 20:49:10 -03:00
binutils binutils: Gold conflicts with Static Toolchain 2015-10-20 00:35:36 -07:00
cc Using "all" and "install" targets in do_gcc_core_backend if configured. 2015-10-10 00:24:42 +02:00
companion_libs Remove isl 0.15, because it will not compile with gcc 5.2.0 without patching gcc. 2015-09-22 21:57:40 +02:00
debug Remove CC_GDB_CUSTOM from the version choice. 2015-10-07 00:26:15 +02:00
global Revert the automated build option 2015-10-03 14:35:22 +02:00
kernel config/linux: Add 4.2 and update stable versions 2015-09-01 18:30:39 -07:00
libc Added additional newlib specific target flags with new option 2015-09-14 23:32:07 +02:00
.gitignore repository: migrate old hg files over to git 2014-06-27 00:28:53 +02:00
backend.in kconfig: Update kconfig. Sync with Linux-4.2 2015-09-03 19:00:28 -07:00
binutils.in binutils: cleanup ELF/FLAT/FDPIC dependencies 2012-11-19 21:39:58 +01:00
cc.in config: Add config support for multiple compilers 2015-05-29 21:49:33 +01:00
companion_libs.in complibs/cloog: add support for the ISL backend 2013-05-05 00:01:05 +02:00
companion_tools.in comptools/make: Install 'gmake' symlink 2015-01-08 19:15:51 -08:00
config.in config: switch cc with libc in the config order 2014-05-11 13:38:12 +02:00
config.mk all: fix wildcard to work with make-4.x 2014-06-25 23:33:01 +02:00
debug.in config: fix style issues when source-ing files 2010-03-29 20:24:50 +02:00
global.in Fix tristate Kconfig options 2015-09-07 13:30:18 +02:00
kernel.in libc/mingw: replace mingw32 with generic mingw 2012-11-14 14:05:49 +01:00
libc.in Fix for issue #147: 2015-09-01 04:08:17 +02:00
target.in avr: add support for AVR 8-bit architecture 2015-06-21 20:49:10 -03:00
test_suite.in all: unmark experimental features 2012-12-26 20:05:19 +01:00
toolchain.in avr-libc: add support for avr-libc C library 2015-06-21 20:53:06 -03:00