public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* add support for two OpenBSD platforms
@ 2011-04-25 17:55 Jasper Lievisse Adriaanse
  0 siblings, 0 replies; only message in thread
From: Jasper Lievisse Adriaanse @ 2011-04-25 17:55 UTC (permalink / raw)
  To: libffi-discuss

Could someone please commit this? It's been used in the ports tree for quite a
while now.

2011-04-25 Jasper Lievisse Adriaanse <jasper@openbsd.org>

	* configure.ac: Add OpenBSD/hppa and OpenBSD/powerpc support.

--- configure.ac.orig	Mon Apr 25 19:49:43 2011
+++ configure.ac	Mon Apr 25 19:50:36 2011
@@ -83,7 +83,7 @@ case "$host" in
 	TARGET=FRV; TARGETDIR=frv
 	;;
 
-  hppa*-*-linux* | parisc*-*-linux*)
+  hppa*-*-linux* | parisc*-*-linux* | hppa*-*-openbsd*)
 	TARGET=PA_LINUX; TARGETDIR=pa
 	;;
   hppa*64-*-hpux*)
@@ -151,7 +151,7 @@ case "$host" in
   powerpc-*-aix* | rs6000-*-aix*)
 	TARGET=POWERPC_AIX; TARGETDIR=powerpc
 	;;
-  powerpc-*-freebsd*)
+  powerpc-*-freebsd* | powerpc-*-openbsd*)
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
 	;;
   powerpc64-*-freebsd*)


-- 
Cheers,
Jasper

"Capable, generous men do not create victims, they nurture them."

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

only message in thread, other threads:[~2011-04-25 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-25 17:55 add support for two OpenBSD platforms Jasper Lievisse Adriaanse

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