pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/h8300-hms-binutils Use pkgsrc versions of config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b4b5fd43fdd
branches:  trunk
changeset: 514016:0b4b5fd43fdd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 06 20:58:28 2006 +0000

description:
Use pkgsrc versions of config.guess and config.sub.

diffstat:

 cross/h8300-hms-binutils/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 6a90459cbd28 -r 0b4b5fd43fdd cross/h8300-hms-binutils/Makefile
--- a/cross/h8300-hms-binutils/Makefile Tue Jun 06 20:44:50 2006 +0000
+++ b/cross/h8300-hms-binutils/Makefile Tue Jun 06 20:58:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/30 05:00:05 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/06 20:58:28 joerg Exp $
 
 DISTNAME=              binutils-2.12.1
 PKGNAME=               cross-h8300-hms-binutils-2.12.1
@@ -29,6 +29,11 @@
 post-extract:
        ${MKDIR} ${WRKSRC}
 
+pre-configure:
+       ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${SRCDIR}
+       ${CP} ${PKGSRCDIR}/mk/gnu-config/config.sub ${SRCDIR}
+
+
 post-install:
        for f in h8300-hms-size      h8300-hms-objdump h8300-hms-ar \
                 h8300-hms-strings   h8300-hms-ranlib  h8300-hms-objcopy \



Home | Main Index | Thread Index | Old Index