system_error (is_error_code_enum): Use identifier _Tp instead of _T to avoid conflict...
[gcc.git] / libffi / configure.ac
index 412a86d21057523ceca587f0ed4ed2b95fa3ee93..b99ebd7db65a4e4c08531aabe15c148c8c6e045f 100644 (file)
@@ -51,6 +51,10 @@ case "$host" in
        TARGET=ARM; TARGETDIR=arm
        ;;
 
+  amd64-*-freebsd*)
+       TARGET=X86_64; TARGETDIR=x86
+       ;;
+
   cris-*-*)
        TARGET=LIBFFI_CRIS; TARGETDIR=cris
        ;;
@@ -59,7 +63,7 @@ case "$host" in
        TARGET=FRV; TARGETDIR=frv
        ;;
 
-  hppa*-*-linux* | parisc*-*-linux*)
+  hppa*-*-linux*)
        TARGET=PA_LINUX; TARGETDIR=pa
        ;;
   hppa*64-*-hpux*)
@@ -101,10 +105,7 @@ case "$host" in
        TARGET=MIPS; TARGETDIR=mips
        ;;
 
-  powerpc*-*-linux* | powerpc-*-sysv*)
-       TARGET=POWERPC; TARGETDIR=powerpc
-       ;;
-  powerpc-*-beos*)
+  powerpc*-*-linux*)
        TARGET=POWERPC; TARGETDIR=powerpc
        ;;
   powerpc-*-darwin*)