]> granicus.if.org Git - python/commitdiff
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
authorMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 20:46:02 +0000 (20:46 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 4 Sep 2007 20:46:02 +0000 (20:46 +0000)
Misc/NEWS
Modules/_ctypes/libffi/configure
Modules/_ctypes/libffi/configure.ac

index 6cfd4fd171de36f422cbab5329010367372ea47e..7a8b35a6dbe1d3ef15deaaaaac1daeec41acea34 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -852,6 +852,8 @@ Extension Modules
 
 - Fix an off-by-one bug in locale.strxfrm().
 
+- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
+
 
 Tests
 -----
index f65669eb981b22b161f54a4b05c95ba2a298e492..bc7e4746a49ea89e4a91de9fa3b2931a9a1e3183 100755 (executable)
@@ -3533,7 +3533,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 8870fcb0ea508f80619d0df782239d3162ad1387..10b04dc3772d9f39a2d4f5735afcb87a5135ee15 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