|
--- configure
|
|
+++ configure
|
|
@@ -17235,6 +17235,9 @@ case "$host" in
|
|
TARGET=OR1K; TARGETDIR=or1k
|
|
;;
|
|
|
|
+ powerpc*-*-linux*-musl*)
|
|
+ TARGET=POWERPC; TARGETDIR=powerpc
|
|
+ ;;
|
|
powerpc*-*-linux* | powerpc-*-sysv*)
|
|
TARGET=POWERPC; TARGETDIR=powerpc
|
|
HAVE_LONG_DOUBLE_VARIANT=1
|