16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
|
$OpenBSD: patch-configure,v 1.1.1.1 2009/09/23 20:55:46 jasper Exp $
|
||
|
|
||
|
Enable libffi on powerpc platforms.
|
||
|
|
||
|
--- configure.orig Fri Dec 19 09:12:45 2008
|
||
|
+++ configure Sun Sep 20 13:15:28 2009
|
||
|
@@ -21033,7 +21033,7 @@ case "$host" in
|
||
|
powerpc-*-aix* | rs6000-*-aix*)
|
||
|
TARGET=POWERPC_AIX; TARGETDIR=powerpc
|
||
|
;;
|
||
|
- powerpc-*-freebsd*)
|
||
|
+ powerpc-*-freebsd* | powerpc-*-openbsd*)
|
||
|
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
||
|
;;
|
||
|
powerpc*-*-rtems*)
|