diff mbox series

[committed] Remove hppa*-*-hpux* from check_ascii_locale_available

Message ID 0e41c2e9-c754-c710-70d4-60154cf4b239@bell.net
State New
Headers show
Series [committed] Remove hppa*-*-hpux* from check_ascii_locale_available | expand

Commit Message

John David Anglin March 16, 2019, 3:28 p.m. UTC
The previous change was incorrect.  POSIX and C locales are available.

Dave
diff mbox series

Patch

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
 }