Correct warning text to include newer glibc versions

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-03-08 15:47:48 -08:00
parent bfcc1e112a
commit 55c806a360

View File

@ -61,7 +61,7 @@ CT_DoArchGlibcAdjustTuple() {
# support is reintroduced, configure as sparcv9.
sparc-*)
if [ "${CT_LIBC_GLIBC_2_23_or_later}" = y ]; then
CT_DoLog WARN "GLIBC 2.23 only supports SPARCv9"
CT_DoLog WARN "GLIBC 2.23 and newer only support SPARCv9"
target_=${target_/#sparc-/sparcv9-}
fi
;;