]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: Define config_path for hppa*-*-linux*
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 11 Feb 2024 20:23:14 +0000 (20:23 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 11 Feb 2024 20:23:14 +0000 (20:23 +0000)
2024-02-11  John David Anglin  <danglin@gcc.gnu.org>

libgomp/ChangeLog:

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

libgomp/configure.tgt

index 2cd7272fcd8ecf771e21283ad78cb3702897d952..46af75f978f872223e7c3d211b4c47f7596feafa 100644 (file)
@@ -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"
        ;;