diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-08 15:47:48 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-08 15:47:48 -0800 |
commit | 55c806a360c6dcdc7e53f9b9e777d4c33589157c (patch) | |
tree | e5b152d58af07faed1bd4556d13588af92dbbb63 | |
parent | bfcc1e112a796a262324270485e5b618f18e2b25 (diff) | |
download | crosstool-ng-55c806a360c6dcdc7e53f9b9e777d4c33589157c.tar.gz crosstool-ng-55c806a360c6dcdc7e53f9b9e777d4c33589157c.tar.bz2 crosstool-ng-55c806a360c6dcdc7e53f9b9e777d4c33589157c.zip |
Correct warning text to include newer glibc versions
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | scripts/build/arch/sparc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/arch/sparc.sh b/scripts/build/arch/sparc.sh index 74f6f785..b5f8140d 100644 --- a/scripts/build/arch/sparc.sh +++ b/scripts/build/arch/sparc.sh @@ -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 ;; |