From a47648c3ce2c1f696a7c49f4dc245dd134fc8a38 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Jun 2006 16:50:59 +0000 Subject: Fix build on DragonFly, don't bother with texinfo build, since it won't be used anyway. --- cross/i386-linux/Makefile | 3 ++- cross/i386-linux/distinfo | 4 ++-- cross/i386-linux/patches/patch-ab | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'cross/i386-linux') diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index f58789615f6..28eee604194 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/05/22 22:22:02 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/13 16:50:59 joerg Exp $ # DISTVERSION= 2.0.7.1 @@ -48,6 +48,7 @@ post-extract: ${LN} -sf $$so.so.* $$so.so; \ done @${LN} -f ${SYS_LIB}/crt* ${EGCS_WRKSRC}/gcc/ + ${RM} -r ${WRKSRC}/egcs-1.1.1/texinfo post-patch: @${RM} -f ${SYS_LIB}/*.orig diff --git a/cross/i386-linux/distinfo b/cross/i386-linux/distinfo index b8c8251c901..ab19a29c9b7 100644 --- a/cross/i386-linux/distinfo +++ b/cross/i386-linux/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/04/18 12:15:31 wiz Exp $ +$NetBSD: distinfo,v 1.6 2006/06/13 16:50:59 joerg Exp $ SHA1 (glibc-2.0.7-13.i386.rpm) = 6ac4eb9bac93509f5f788792f623f9930282ffe0 RMD160 (glibc-2.0.7-13.i386.rpm) = d29bcd1bb5cea1b341511e2fa119cdf2e0e837a2 @@ -19,4 +19,4 @@ SHA1 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 85ebc334bf9472b9595c4348a6bc440e836b RMD160 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 29c48af46979cc4337d89fe7c4b0b98f20659671 Size (egcs-1.1.1-NetBSD-19980104.diff.gz) = 59770 bytes SHA1 (patch-aa) = 5d229e0148adc27274e38d41aa9f260d4d0c9fc6 -SHA1 (patch-ab) = 92ab3ee01a4080186a7449decc5ea1f5500d09b5 +SHA1 (patch-ab) = f2918f127143980491e70fae35f48aee61cabbfc diff --git a/cross/i386-linux/patches/patch-ab b/cross/i386-linux/patches/patch-ab index 83c61f0a96b..7e9446604fa 100644 --- a/cross/i386-linux/patches/patch-ab +++ b/cross/i386-linux/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2006/06/13 16:50:59 joerg Exp $ --- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200 +++ egcs-1.1.1/libiberty/strsignal.c @@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $ #else #ifdef NSIG -+#if !defined(__NetBSD__) ++#if !defined(__NetBSD__) && !defined(__DragonFly__) static int sys_nsig = NSIG; +#endif #else -- cgit v1.2.3