summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-03 23:00:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-03 23:00:17 (GMT)
commite1698c4e78ff92064e2a2759cb136df8119c95cf (patch)
tree7afd02ea765fc099c06faf192cee462afce65cfb
parent6f2778eb02edf5e8b2115e01c8e0f6026025a228 (diff)
binutils/binutils: warn if only gold is selected
gold is not capable of building glibc/eglibc. See this thread: http://sourceware.org/ml/crossgcc/2011-04/msg00010.html Reported-by: Bill Pringlemeir <bpringle@sympatico.ca> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r--config/binutils/binutils.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 29b9b4c..2a28d22 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -133,6 +133,11 @@ config BINUTILS_LINKER_GOLD_LD
endchoice # Enable linkers
+if BINUTILS_LINKER_GOLD
+comment "WARNING! gold is not capable of"
+comment "| building glibc/eglibc!"
+endif # BINUTILS_LINKER_GOLD
+
config BINUTILS_GOLD_INSTALLED
bool