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

John David Anglin dave.anglin@bell.net
Sat Mar 16 15:52:00 GMT 2019


The previous change was incorrect.  POSIX and C locales are available.

Dave
-- 
John David Anglin  dave.anglin@bell.net

2019-03-16  John David Anglin  <danglin@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
 }



More information about the Gcc-patches mailing list