summaryrefslogtreecommitdiff
path: root/cross/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-06-07 19:10:14 +0000
committerryoon <ryoon@pkgsrc.org>2018-06-07 19:10:14 +0000
commit96c68f617d0062ab204db7b0634c138f6bbdf9dc (patch)
tree20f02bd8f05352c354f50f0b163f5a7184011a26 /cross/Makefile
parent4241aab11f26fcf0f2f0c661be5bf99bbd43bdce (diff)
downloadpkgsrc-96c68f617d0062ab204db7b0634c138f6bbdf9dc.tar.gz
Add mingw-w64
Diffstat (limited to 'cross/Makefile')
-rw-r--r--cross/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile
index 65ea71a623b..74cc7f13573 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2017/09/01 20:57:22 jmcneill Exp $
+# $NetBSD: Makefile,v 1.72 2018/06/07 19:10:14 ryoon Exp $
#
COMMENT= Cross-platform development utilities
@@ -43,6 +43,7 @@ SUBDIR+= mingw-binutils
SUBDIR+= mingw-gcc
SUBDIR+= mingw-runtime-bin
SUBDIR+= mingw-w32api-bin
+SUBDIR+= mingw-w64
#SUBDIR+= nios2 # just contains makefile fragments
SUBDIR+= nios2-binutils
SUBDIR+= nios2-gcc