If Fortran frontend is being built, dependency on gmp is added. This
follows the stated prerequisites in the gcc installation documentation.
This commit is contained in:
parent
580e1b7f74
commit
67974c9371
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.18 2004/11/08 16:44:34 shannonjr Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2004/11/12 12:31:28 shannonjr Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gcc-${GCC_VERSION}
|
||||
|
@ -85,6 +85,11 @@ CONFIGURE_ARGS+= --with-local-prefix=${GCC_PREFIX}
|
|||
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
|
||||
MAKE_ENV+= ICONVPREFIX=${BUILDLINK_PREFIX.iconv}
|
||||
|
||||
.if !empty(BUILD_F77:M[Yy][Ee][Ss])
|
||||
.include "../../devel/gmp/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmp}
|
||||
.endif
|
||||
|
||||
# GNU pth is useless here
|
||||
.if !empty(BUILD_ADA:M[Yy][Ee][Ss])
|
||||
# ADA tasking strictly requires native threads
|
||||
|
|
Loading…
Reference in a new issue