public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: John David Anglin <danglin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-8921] libgomp: Define config_path for hppa*-*-linux*
Date: Sun, 11 Feb 2024 20:23:51 +0000 (GMT)	[thread overview]
Message-ID: <20240211202351.93D893858D37@sourceware.org> (raw)

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"
 	;;

                 reply	other threads:[~2024-02-11 20:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240211202351.93D893858D37@sourceware.org \
    --to=danglin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).