The previous change was incorrect. POSIX and C locales are available. Dave -- John David Anglin dave.ang...@bell.net
2019-03-16 John David Anglin <dang...@gcc.gnu.org> * lib/target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*. Index: lib/target-supports.exp =================================================================== --- lib/target-supports.exp (revision 269717) +++ lib/target-supports.exp (working copy) @@ -1430,9 +1430,6 @@ # Return 1 if an ASCII locale is supported on this host, 0 otherwise. proc check_ascii_locale_available { } { - if { [istarget hppa*-*-hpux*] } { - return 0 - } return 1 }