Handle NetBSD/powerpc the same as FreeBSD and OpenBSD.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
@@ -178,7 +178,7 @@ case "${host}" in
|
|||||||
powerpc-*-aix* | rs6000-*-aix*)
|
powerpc-*-aix* | rs6000-*-aix*)
|
||||||
TARGET=POWERPC_AIX; TARGETDIR=powerpc
|
TARGET=POWERPC_AIX; TARGETDIR=powerpc
|
||||||
;;
|
;;
|
||||||
powerpc-*-freebsd* | powerpc-*-openbsd*)
|
powerpc-*-freebsd* | powerpc-*-openbsd* | powerpc-*-netbsd*)
|
||||||
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
|
||||||
HAVE_LONG_DOUBLE_VARIANT=1
|
HAVE_LONG_DOUBLE_VARIANT=1
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user