mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Correct warning text to include newer glibc versions
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
bfcc1e112a
commit
55c806a360
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user