826bcd6c30
Several tools are built with GNAT sources and they have to be the exact source that built the Ada compiler that builds the tool. To ensure this, a common trick to the create a library with those sources and link the library instead of using the embedded source files which never match the FSF compiler properly. The first tool this new gcc 4.9.0-based library will be used for is devel/gprbuild-aux
13 lines
302 B
Makefile
13 lines
302 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/04/30 16:25:20 marino Exp $
|
|
|
|
BUILDLINK_TREE+= gnat_util
|
|
|
|
.if !defined(GNAT_UTIL_BUILDLINK3_MK)
|
|
GNAT_UTIL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gnat_util+= gnat_util>=20140422
|
|
BUILDLINK_PKGSRCDIR.gnat_util?= ../../lang/gnat_util
|
|
|
|
.endif
|
|
|
|
BUILDLINK_TREE+= -gnat_util
|