diff --git a/configure.host b/configure.host index 8eb8d2da..c6f6a02e 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 ;;