python/python-libffi-hppa.diff

12 lines
470 B
Diff
Raw Normal View History

--- Modules/_ctypes/libffi/configure.ac 2007/08/24 11:09:45 1.1
+++ Modules/_ctypes/libffi/configure.ac 2007/08/24 11:10:13
@@ -71,7 +71,7 @@
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