Commit 8c8d4d29 by John David Anglin

target-supports.exp (check_ascii_locale_available): Remove hppa*-*-hpux*.

	* lib/target-supports.exp (check_ascii_locale_available): Remove
	hppa*-*-hpux*.

From-SVN: r269726
parent fbf1cec7
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> 2019-03-16 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/84394 PR fortran/84394
......
...@@ -1430,9 +1430,6 @@ proc check_effective_target_libatomic_available { } { ...@@ -1430,9 +1430,6 @@ proc check_effective_target_libatomic_available { } {
# Return 1 if an ASCII locale is supported on this host, 0 otherwise. # Return 1 if an ASCII locale is supported on this host, 0 otherwise.
proc check_ascii_locale_available { } { proc check_ascii_locale_available { } {
if { [istarget hppa*-*-hpux*] } {
return 0
}
return 1 return 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment