target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 15:18:36 +0000 (15:18 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 16 Mar 2019 15:18:36 +0000 (15:18 +0000)
* lib/target-supports.exp (check_ascii_locale_available): Remove
hppa*-*-hpux*.

From-SVN: r269726

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 2d391aab5e6c93a98346db189786edeb5fbf8d15..d44e97c262a8d6f008bf0c5141157a7881be0041 100644 (file)
@@ -1,3 +1,8 @@
+2019-03-16  John David Anglin  <danglin@gcc.gnu.org>
+
+       * lib/target-supports.exp (check_ascii_locale_available): Remove
+       hppa*-*-hpux*.
+
 2019-03-16  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/84394
index d6e7a354e379e0799d8c8265d8a424e521efc69e..ac60c1e15670711c19125b780eb7bf6e73665c21 100644 (file)
@@ -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
 }