summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/libffi/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-19 19:02:09 +0000
committerMatthias Klose <doko@ubuntu.com>2010-03-19 19:02:09 +0000
commit69baf3854f0e07fb919f069dbd7defa986df81c1 (patch)
tree75500906843fe7d1ff5b592c2c9647ec9c51bf4e /Modules/_ctypes/libffi/configure.ac
parentb4d4d657bb753faefe4ad1ead47996193521ad22 (diff)
downloadcpython-69baf3854f0e07fb919f069dbd7defa986df81c1.tar.gz
Merged revisions 79101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79101 | matthias.klose | 2010-03-19 19:59:20 +0100 (Fr, 19 Mär 2010) | 3 lines update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the trunk (adding msvc port). ........
Diffstat (limited to 'Modules/_ctypes/libffi/configure.ac')
-rw-r--r--Modules/_ctypes/libffi/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/Modules/_ctypes/libffi/configure.ac b/Modules/_ctypes/libffi/configure.ac
index 6bc86fd507..87c63e12bf 100644
--- a/Modules/_ctypes/libffi/configure.ac
+++ b/Modules/_ctypes/libffi/configure.ac
@@ -5,7 +5,7 @@ dnl Process this with autoconf to create configure
AC_PREREQ(2.63)
-AC_INIT([libffi], [3.0.9], [http://gcc.gnu.org/bugs.html])
+AC_INIT([libffi], [3.0.10rc0], [http://gcc.gnu.org/bugs.html])
AC_CONFIG_HEADERS([fficonfig.h])
AC_CANONICAL_SYSTEM
@@ -58,6 +58,10 @@ case "$host" in
TARGET=X86_64; TARGETDIR=x86
;;
+ amd64-*-freebsd*)
+ TARGET=X86_64; TARGETDIR=x86
+ ;;
+
avr32*-*-*)
TARGET=AVR32; TARGETDIR=avr32
;;