public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: libffi-discuss@sourceware.org
Cc: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
Subject: [PATCH] Add support for NetBSD/hppa and NetBSD/sh3el.
Date: Fri,  8 May 2020 20:10:59 +0900	[thread overview]
Message-ID: <20200508111059.8628-1-tsutsui@ceres.dti.ne.jp> (raw)

Signed-off-by: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
---
 configure.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.host b/configure.host
index 56c8036..cbad684 100644
--- a/configure.host
+++ b/configure.host
@@ -60,7 +60,7 @@ case "${host}" in
 	SOURCES="ffi.c eabi.S"
 	;;
 
-  hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
+  hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd* | hppa*-*-netbsd*)
 	TARGET=PA_LINUX; TARGETDIR=pa
 	SOURCES="ffi.c linux.S"
 	;;
@@ -230,7 +230,7 @@ case "${host}" in
 	SOURCES="ffi.c sysv.S"
 	;;
 
-  sh-*-* | sh[34]*-*-*)
+  sh-*-* | shle-*-* | sh[34]*-*-*)
 	TARGET=SH; TARGETDIR=sh
 	SOURCES="ffi.c sysv.S"
 	;;
-- 
2.25.3


                 reply	other threads:[~2020-05-08 11:11 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=20200508111059.8628-1-tsutsui@ceres.dti.ne.jp \
    --to=tsutsui@ceres.dti.ne.jp \
    --cc=libffi-discuss@sourceware.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).