7e90220b36
MinGW, a contraction of "Minimalist GNU for Windows," is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications.
12 lines
371 B
Makefile
12 lines
371 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/03/15 18:34:36 asau Exp $
|
|
|
|
BUILDLINK_TREE+= mingw-binutils
|
|
|
|
.if !defined(MINGW_BINUTILS_BUILDLINK3_MK)
|
|
MINGW_BINUTILS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.mingw-binutils+= mingw-binutils>=2.18
|
|
BUILDLINK_PKGSRCDIR.mingw-binutils?= ../../cross/mingw-binutils
|
|
.endif # MINGW_BINUTILS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mingw-binutils
|