enable for hppa*-*-netbsd*

This commit is contained in:
tnn 2011-01-21 09:21:57 +00:00
parent 8f43f2d3be
commit e8d8e641a9
2 changed files with 15 additions and 6 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.18 2010/11/20 08:45:12 tsutsui Exp $
$NetBSD: distinfo,v 1.19 2011/01/21 09:21:57 tnn Exp $
SHA1 (libffi-3.0.9.tar.gz) = 56e41f87780e09d06d279690e53d4ea2c371ea88
RMD160 (libffi-3.0.9.tar.gz) = 11ff9aeb62f4fbe1fecf09e6f9814a72bfedb37a
Size (libffi-3.0.9.tar.gz) = 731719 bytes
SHA1 (patch-aa) = db7fd66cb2c31683e086a94b3ca77a1c7ca9ed92
SHA1 (patch-aa) = 9339c1051f5300ad8a145f1fcdfe73981cb746c0
SHA1 (patch-ab) = a63e2fa11c16410f280de19c1ef47e6c7884c2b8
SHA1 (patch-ac) = f3c6324f4334d23e684b4eca25173a13be5d37eb
SHA1 (patch-ad) = 8901a00abe25422e3e35f321a5fb89311185fc0b

View file

@ -1,10 +1,19 @@
$NetBSD: patch-aa,v 1.10 2010/11/20 08:45:12 tsutsui Exp $
$NetBSD: patch-aa,v 1.11 2011/01/21 09:21:58 tnn Exp $
Extend which ports we accept to deal with.
--- configure.orig 2009-12-31 12:41:51.000000000 +0000
+++ configure
@@ -12210,7 +12210,7 @@
@@ -12167,7 +12167,7 @@ case "$host" in
TARGET=FRV; TARGETDIR=frv
;;
- hppa*-*-linux* | parisc*-*-linux*)
+ hppa*-*-linux* | hppa*-*-netbsd* | parisc*-*-linux*)
TARGET=PA_LINUX; TARGETDIR=pa
;;
hppa*64-*-hpux*)
@@ -12210,7 +12210,7 @@ case "$host" in
mips-sgi-irix5.* | mips-sgi-irix6.*)
TARGET=MIPS; TARGETDIR=mips
;;
@ -13,7 +22,7 @@ Extend which ports we accept to deal with.
# Support 128-bit long double for NewABI.
HAVE_LONG_DOUBLE='defined(__mips64)'
TARGET=MIPS; TARGETDIR=mips
@@ -12228,7 +12228,7 @@
@@ -12228,7 +12228,7 @@ case "$host" in
powerpc-*-aix* | rs6000-*-aix*)
TARGET=POWERPC_AIX; TARGETDIR=powerpc
;;
@ -22,7 +31,7 @@ Extend which ports we accept to deal with.
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)
@@ -12239,7 +12239,7 @@
@@ -12239,7 +12239,7 @@ case "$host" in
TARGET=S390; TARGETDIR=s390
;;