Commit 06747d318761884e70dfa433a9548219fd779d7d

Anthony Green 2015-01-29T07:22:23

Merge pull request #176 from 0-wiz-0/master Handle NetBSD/powerpc the same as FreeBSD and OpenBSD.

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
 	;;