Commit 6c5357757f188577fffcd2890ef7a0f53e77de20

Thomas Klausner 2015-01-29T12:32:28

Handle NetBSD/powerpc the same as FreeBSD and OpenBSD. Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.host b/configure.host
index 8eb8d2d..c6f6a02 100644
--- a/configure.host
+++ b/configure.host
@@ -178,7 +178,7 @@ case "${host}" in
   powerpc-*-aix* | rs6000-*-aix*)
 	TARGET=POWERPC_AIX; TARGETDIR=powerpc
 	;;
-  powerpc-*-freebsd* | powerpc-*-openbsd*)
+  powerpc-*-freebsd* | powerpc-*-openbsd* | powerpc-*-netbsd*)
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
 	HAVE_LONG_DOUBLE_VARIANT=1
 	;;