2008-02-12 Bjoern Koenig <bkoenig@alpha-tierchen.de>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Feb 2008 17:42:21 +0000 (17:42 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Feb 2008 17:42:21 +0000 (17:42 +0000)
    Andreas Tobler  <a.tobler@schweiz.org>

* configure.ac: Add amd64-*-freebsd* target.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132262 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/configure
libffi/configure.ac

index 2dc82af..63e99be 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-12  Bjoern Koenig  <bkoenig@alpha-tierchen.de>
+           Andreas Tobler  <a.tobler@schweiz.org>
+
+       * configure.ac: Add amd64-*-freebsd* target.
+       * configure: Regenerate.
+
 2008-01-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR libffi/34612
index 9fe4b69..975a1bc 100755 (executable)
@@ -10281,6 +10281,10 @@ case "$host" in
        TARGET=ARM; TARGETDIR=arm
        ;;
 
+  amd64-*-freebsd*)
+       TARGET=X86_64; TARGETDIR=x86
+       ;;
+
   cris-*-*)
        TARGET=LIBFFI_CRIS; TARGETDIR=cris
        ;;
index 412a86d..5d0830b 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
        ;;