public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add support for NetBSD/hppa and NetBSD/sh3el.
@ 2020-05-08 11:10 Izumi Tsutsui
  0 siblings, 0 replies; only message in thread
From: Izumi Tsutsui @ 2020-05-08 11:10 UTC (permalink / raw)
  To: libffi-discuss; +Cc: Izumi Tsutsui

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


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

only message in thread, other threads:[~2020-05-08 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 11:10 [PATCH] Add support for NetBSD/hppa and NetBSD/sh3el Izumi Tsutsui

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).