Rebase
[platform/upstream/libffi.git] / configure.ac
index 50f24bc..a94bd26 100644 (file)
@@ -124,10 +124,6 @@ case "$host" in
        TARGET=MIPS; TARGETDIR=mips
        ;;
 
-  moxie-*-*)
-        TARGET=MOXIE; TARGETDIR=moxie
-       ;;
-
   powerpc*-*-linux* | powerpc-*-sysv*)
        TARGET=POWERPC; TARGETDIR=powerpc
        ;;
@@ -143,6 +139,9 @@ case "$host" in
   powerpc-*-freebsd*)
        TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
        ;;
+ powerpc64-*-freebsd*)
+       TARGET=POWERPC; TARGETDIR=powerpc
+       ;;
   powerpc*-*-rtems*)
        TARGET=POWERPC; TARGETDIR=powerpc
        ;;