summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-25 02:36:11 +0000
committergrant <grant@pkgsrc.org>2004-01-25 02:36:11 +0000
commitf756387c6ccc48932216544c4882edf61bd16d9d (patch)
tree23dfe2ae21e54d3838e4b4370bb7dc67f6c544f7 /cross
parent45f7f00a690d0321ddc00c4ecf8b2fd229587f74 (diff)
downloadpkgsrc-f756387c6ccc48932216544c4882edf61bd16d9d.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross')
-rw-r--r--cross/COMMON/cross.mk4
-rw-r--r--cross/i386-netbsdpe/files/cross.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index f904d09490b..6187af98ff7 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.26 2003/09/30 22:46:42 kristerw Exp $
+# $NetBSD: cross.mk,v 1.27 2004/01/25 02:36:11 grant Exp $
# Shared definitions for building a cross-compile environment.
@@ -154,7 +154,7 @@ PLIST_PRE+= ${COMMON_DIR}/PLIST-egcs
CROSS_DISTFILES+= ${EGCS_DISTNAME}.tar.gz ${EGCS_PATCHBUNDLE}
MASTER_SITES+= ftp://egcs.cygnus.com/pub/egcs/${EGCS_DISTDIR}/ \
${MASTER_SITE_LOCAL}
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
CC_FOR_TARGET= ${EGCS_WRKSRC}/gcc/xgcc -B${EGCS_WRKSRC}/gcc/ ${CFLAGS_FOR_TARGET}
CXX_FOR_TARGET= ${CC_FOR_TARGET}
diff --git a/cross/i386-netbsdpe/files/cross.mk b/cross/i386-netbsdpe/files/cross.mk
index aea94f0b5eb..47f81a191b6 100644
--- a/cross/i386-netbsdpe/files/cross.mk
+++ b/cross/i386-netbsdpe/files/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.17 2003/09/21 20:44:13 wiz Exp $
+# $NetBSD: cross.mk,v 1.18 2004/01/25 02:36:11 grant Exp $
# based on pkgsrc/cross/COMMON/cross.mk
# NetBSD: cross.mk,v 1.16 2000/11/09 13:04:55 wiz Exp
@@ -75,7 +75,7 @@ PLIST_PRE+= ${GCC_PLIST_DIR}/PLIST-gcc-cxx-runtime
# the main PLIST needs to go last to get the @dirrm's right
PLIST_PRE+= ${GCC_PLIST_DIR}/PLIST-gcc
DISTFILES+= ${GCC_DISTNAME}.tar.gz
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
CC_FOR_TARGET= ${WRKOBJ}/gcc/xgcc -B${WRKOBJ}/gcc/ ${CFLAGS_FOR_TARGET}
CXX_FOR_TARGET= ${CC_FOR_TARGET}