diff options
author | grant <grant@pkgsrc.org> | 2004-01-25 02:36:11 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-25 02:36:11 +0000 |
commit | f756387c6ccc48932216544c4882edf61bd16d9d (patch) | |
tree | 23dfe2ae21e54d3838e4b4370bb7dc67f6c544f7 /cross/COMMON/cross.mk | |
parent | 45f7f00a690d0321ddc00c4ecf8b2fd229587f74 (diff) | |
download | pkgsrc-f756387c6ccc48932216544c4882edf61bd16d9d.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross/COMMON/cross.mk')
-rw-r--r-- | cross/COMMON/cross.mk | 4 |
1 files changed, 2 insertions, 2 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} |