]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Only append "@euro" to locale names for Glibc testing
authorJonathan Wakely <jwakely@redhat.com>
Wed, 31 Jul 2024 11:03:32 +0000 (12:03 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 31 Jul 2024 16:07:11 +0000 (17:07 +0100)
commit5dd1f0d69f51dc6b290977503dcfb7734948e841
tree39c3a5d05af11ca3a8bf2801b829f68fa4a4874d
parent96f789d25f99e889fab8cba2c20cd6f80a9b4a0a
libstdc++: Only append "@euro" to locale names for Glibc testing

The testsuite automatically appends "@euro" to "xx.ISO8859-15" locale
names on all targets except FreeBSD, DragonflyBSD, and NetBSD. It should
only be for Glibc, not all non-BSD targets.

libstdc++-v3/ChangeLog:

* testsuite/lib/libstdc++.exp (check_v3_target_namedlocale):
Only append "@euro" to ".ISO8859-15" locales for Glibc.
libstdc++-v3/testsuite/lib/libstdc++.exp