From: John David Anglin Date: Sat, 16 Mar 2019 15:18:36 +0000 (+0000) Subject: target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c8d4d29c1b3290579e26479cd76b6ee232b0f10;p=gcc.git target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*. * lib/target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*. From-SVN: r269726 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2d391aab5e6..d44e97c262a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-03-16 John David Anglin + + * lib/target-supports.exp (check_ascii_locale_available): Remove + hppa*-*-hpux*. + 2019-03-16 Thomas Koenig PR fortran/84394 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index d6e7a354e37..ac60c1e1567 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -1430,9 +1430,6 @@ proc check_effective_target_libatomic_available { } { # 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 }