Commit 0e185fa11a01f816824ba2687ed3715ab6219bef

green 2008-02-22T21:43:18

Update configure script.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/libffi/configure b/libffi/configure
index 2c6ece1..9cd7de7 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -20372,6 +20372,10 @@ case "$host" in
 	TARGET=ARM; TARGETDIR=arm
 	;;
 
+  amd64-*-freebsd*)
+	TARGET=X86_64; TARGETDIR=x86
+  	;;
+
   cris-*-*)
 	TARGET=LIBFFI_CRIS; TARGETDIR=cris
 	;;