summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \