diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-19 11:39:55 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-19 11:39:55 +0000 |
commit | 8ed6a583942fe315d0058950c1b7f09fb16102ab (patch) | |
tree | 2c9caae058a38d71f72359dedf7879fd42097d43 /devel/mingw64-binutils | |
parent | 9300c72bc30b153673ebc60cd9faf2ef1182e56c (diff) |
Notes
Diffstat (limited to 'devel/mingw64-binutils')
-rw-r--r-- | devel/mingw64-binutils/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/mingw64-binutils/Makefile b/devel/mingw64-binutils/Makefile new file mode 100644 index 000000000000..cfc44fc2cfba --- /dev/null +++ b/devel/mingw64-binutils/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: mingw64-binutils +# Date created: 10/19/2009 +# Whom: stas +# +# $FreeBSD$ +# + +MAINTAINER= stas@FreeBSD.org + +TGTARCH= x86_64 +TGTABI= pc-mingw32 + +MASTERDIR= ${.CURDIR}/../cross-binutils +.include "${MASTERDIR}/Makefile" |