public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8921] libgomp: Define config_path for hppa*-*-linux*
@ 2024-02-11 20:23 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2024-02-11 20:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:167798a4d29a4e6d2d304c8b13256f3d431fdeaf

commit r14-8921-g167798a4d29a4e6d2d304c8b13256f3d431fdeaf
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Feb 11 20:23:14 2024 +0000

    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:
---
 libgomp/configure.tgt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index 2cd7272fcd8e..46af75f978f8 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"
 	;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-11 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 20:23 [gcc r14-8921] libgomp: Define config_path for hppa*-*-linux* John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).