From 0e185fa11a01f816824ba2687ed3715ab6219bef Mon Sep 17 00:00:00 2001 From: green Date: Fri, 22 Feb 2008 21:43:18 +0000 Subject: [PATCH] Update configure script. --- libffi/configure | 4 ++++ 1 file changed, 4 insertions(+) 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 ;; -- 2.7.4