]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
authorMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 23:47:16 +0000 (23:47 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 23:47:16 +0000 (23:47 +0000)
Misc/NEWS
Modules/_ctypes/libffi/configure
Modules/_ctypes/libffi/configure.ac

index 9280438c25ce9505ddb975cb9c14bab8fe39fc3c..9f4a22866fadaf2bd15236f662c4176230603735 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,8 @@ Extension Modules
 
 - Added support for linking the bsddb module against BerkeleyDB 4.6.x.
 
+- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
+
 Documentation
 -------------
 
index 9808384ce5ab67232ab500e94c7c04d86d0fca97..9136af9532fa80c259ed1f086145f76b6a2842c0 100755 (executable)
@@ -3520,7 +3520,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
 sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
 sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
 sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
-hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
+hppa*-*-linux* | parisc*-*-linux*) TARGET=PA; TARGETDIR=pa;;
 esac
 
 if test $TARGETDIR = unknown; then
index 1308034ac19ec8c939baaca35356fc1c07672d14..536208186b3f5955defa2787b5f0c572d51e1501 100644 (file)
@@ -71,7 +71,7 @@ x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TAR
 sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
 sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
 sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
-hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
+hppa*-*-linux* | parisc*-*-linux*) TARGET=PA; TARGETDIR=pa;;
 esac
 
 if test $TARGETDIR = unknown; then