summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-06 20:58:28 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-06 20:58:28 +0000
commitd2cd05a9dee0d05da70095ac1dae98c13d9c443e (patch)
treea19b9ee248316fb175ff70f0f3312a2a7ffba8b6 /cross
parent6573ffd8b8aaa7996c3387d8788e23b9e8842d86 (diff)
downloadpkgsrc-d2cd05a9dee0d05da70095ac1dae98c13d9c443e.tar.gz
Use pkgsrc versions of config.guess and config.sub.
Diffstat (limited to 'cross')
-rw-r--r--cross/h8300-hms-binutils/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index 3314e46aa58..4e35e2ff09e 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -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 @@ INSTALLATION_DIRS= ${H8300_PREFIX}
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 \