diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-04 01:00:17 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-04 01:00:17 +0200 |
commit | e1698c4e78ff92064e2a2759cb136df8119c95cf (patch) | |
tree | 7afd02ea765fc099c06faf192cee462afce65cfb /config/binutils | |
parent | 6f2778eb02edf5e8b2115e01c8e0f6026025a228 (diff) | |
download | crosstool-ng-e1698c4e78ff92064e2a2759cb136df8119c95cf.tar.gz crosstool-ng-e1698c4e78ff92064e2a2759cb136df8119c95cf.tar.bz2 crosstool-ng-e1698c4e78ff92064e2a2759cb136df8119c95cf.zip |
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>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 29b9b4c4..2a28d227 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 |