Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.in
Bump PKGREVISION
This commit is contained in:
parent
c842b47337
commit
ad71297e5f
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/04/21 09:05:01 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/04/21 09:09:06 sbd Exp $
|
||||
|
||||
GCC_PKGNAME= gcc48
|
||||
.include "version.mk"
|
||||
|
@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC48_DIST_VERSION}
|
|||
## When bumping the PKGREVISION of this package the PKGREVISION of
|
||||
## lang/gcc48-libs needs to be bump to be at least 1 more than the
|
||||
## PKGREVISION of this package!
|
||||
PKGREVISION= 0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC48_DIST_VERSION}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -39,6 +39,12 @@ INFO_FILES= yes
|
|||
UNLIMIT_RESOURCES+= datasize
|
||||
UNLIMIT_RESOURCES+= stacksize
|
||||
|
||||
SUBST_CLASSES+= vars
|
||||
SUBST_MESSAGE.vars= Setting target machine name path in ${SUBST_FILES.vars}
|
||||
SUBST_STAGE.vars= pre-configure
|
||||
SUBST_FILES.vars= gcc/Makefile.in
|
||||
SUBST_VARS.vars= GCC_TARGET_MACHINE
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
LANGS= c
|
||||
|
|
Loading…
Reference in a new issue