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

2008-02-12  Bjoern Koenig  <bkoenig@alpha-tierchen.de>
	    Andreas Tobler  <a.tobler@schweiz.org>

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

Co-Authored-By: Andreas Tobler <a.tobler@schweiz.org>

From-SVN: r132262
This commit is contained in:
Bjoern Koenig 2008-02-12 17:42:21 +00:00 committed by Andreas Tobler
parent 43854f724a
commit 2e250fa218
3 changed files with 14 additions and 0 deletions

View 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> 2008-01-30 H.J. Lu <hongjiu.lu@intel.com>
PR libffi/34612 PR libffi/34612

4
libffi/configure vendored
View File

@ -10281,6 +10281,10 @@ case "$host" in
TARGET=ARM; TARGETDIR=arm TARGET=ARM; TARGETDIR=arm
;; ;;
amd64-*-freebsd*)
TARGET=X86_64; TARGETDIR=x86
;;
cris-*-*) cris-*-*)
TARGET=LIBFFI_CRIS; TARGETDIR=cris TARGET=LIBFFI_CRIS; TARGETDIR=cris
;; ;;

View File

@ -51,6 +51,10 @@ case "$host" in
TARGET=ARM; TARGETDIR=arm TARGET=ARM; TARGETDIR=arm
;; ;;
amd64-*-freebsd*)
TARGET=X86_64; TARGETDIR=x86
;;
cris-*-*) cris-*-*)
TARGET=LIBFFI_CRIS; TARGETDIR=cris TARGET=LIBFFI_CRIS; TARGETDIR=cris
;; ;;