diff mbox series

[committed] libgomp: Define config_path for hppa*-*-linux*

Message ID ZcktgkouZ-rX1Q0Z@mx3210.localdomain
State New
Headers show
Series [committed] libgomp: Define config_path for hppa*-*-linux* | expand

Commit Message

John David Anglin Feb. 11, 2024, 8:26 p.m. UTC
Tested on hppa-unknown-linux-gnu.  Committed to trunk.

Dave
---

libgomp: Define config_path for hppa*-*-linux*

2024-02-11  John David Anglin  <danglin@gcc.gnu.org>

libgomp/ChangeLog:

	PR libgomp/113843
	* configure.tgt (hppa*-*-linux*): Define config_path.
diff mbox series

Patch

diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index 2cd7272fcd8..46af75f978f 100644
--- a/libgomp/configure.tgt
+++ b/libgomp/configure.tgt
@@ -52,6 +52,10 @@  if test x$enable_linux_futex = xyes; then
 	config_path="linux posix"
 	;;
 
+    hppa*-*-linux*)
+	config_path="linux posix"
+	;;
+
     ia64*-*-linux*)
 	config_path="linux/ia64 linux posix"
 	;;