add support for two OpenBSD platforms
Jasper Lievisse Adriaanse
jasper@openbsd.org
Mon Apr 25 17:55:00 GMT 2011
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."
More information about the Libffi-discuss
mailing list