summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-binutils
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-06 20:58:28 +0000
committerjoerg <joerg>2006-06-06 20:58:28 +0000
commit5901fd7b38af8f62ba788f0c66071806ac29fdd7 (patch)
treea19b9ee248316fb175ff70f0f3312a2a7ffba8b6 /cross/h8300-hms-binutils
parent58314b1575badef4245fd3d18d1013878ec7779c (diff)
downloadpkgsrc-5901fd7b38af8f62ba788f0c66071806ac29fdd7.tar.gz
Use pkgsrc versions of config.guess and config.sub.
Diffstat (limited to 'cross/h8300-hms-binutils')
-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 \