summaryrefslogtreecommitdiff
path: root/config/binutils
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 19:05:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 19:05:19 (GMT)
commitdb5b6a49153a5cb88886cc129f9edd845f40ee06 (patch)
tree2a16f71ada073611056b70a8d9e7abfc4dbc6bad /config/binutils
parente8e7eca3c6e07aea08acda11e5e8852b98870131 (diff)
all: unmark experimental features
It's been some time now we've had those features, so unmark them being experimental. It does not mean everything is perfect, but may gather some more testing of those features. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/binutils')
-rw-r--r--config/binutils/binutils.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index b30f06b..f917071 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -135,7 +135,6 @@ config BINUTILS_LINKER_GOLD
depends on BINUTILS_HAS_GOLD
depends on BINUTILS_GOLD_SUPPORTS_ARCH
depends on ! BINUTILS_FORCE_LD_BFD
- depends on EXPERIMENTAL
select BINUTILS_GOLD_INSTALLED
help
gold is a new, optimised, multi-threaded linker with support
@@ -148,7 +147,6 @@ config BINUTILS_LINKER_LD_GOLD
prompt "ld, gold"
depends on BINUTILS_HAS_GOLD
depends on BINUTILS_GOLD_SUPPORTS_ARCH
- depends on EXPERIMENTAL
select BINUTILS_GOLD_INSTALLED
select BINUTILS_LINKER_BOTH
help
@@ -162,7 +160,6 @@ config BINUTILS_LINKER_GOLD_LD
prompt "gold, ld"
depends on BINUTILS_HAS_GOLD
depends on BINUTILS_GOLD_SUPPORTS_ARCH
- depends on EXPERIMENTAL
select BINUTILS_GOLD_INSTALLED
select BINUTILS_LINKER_BOTH
select BINUTILS_LD_WRAPPER if BINUTILS_FORCE_LD_BFD