diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-09-18 15:39:19 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-09-18 15:39:19 +0000 |
commit | 266a05d9fc851355abb8800e4aa5f30057f8725e (patch) | |
tree | 3973cb54e8a5a84d3399ce8a2d1f2620692db8c8 | |
parent | 217da4444d5f99233953d2886f3942b65e317a9a (diff) | |
download | pkgsrc-266a05d9fc851355abb8800e4aa5f30057f8725e.tar.gz |
Enable mingw-w64-x86_64-gcc-winpthreads
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 16afa698c41..2e240885db6 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2019/09/18 15:37:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.88 2019/09/18 15:39:19 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -55,6 +55,7 @@ SUBDIR+= mingw-w64-x86_64-binutils SUBDIR+= mingw-w64-x86_64-crt SUBDIR+= mingw-w64-x86_64-gcc SUBDIR+= mingw-w64-x86_64-gcc-bootstrap +SUBDIR+= mingw-w64-x86_64-gcc-winpthreads SUBDIR+= mingw-w64-x86_64-headers SUBDIR+= mingw-w64-x86_64-winpthreads #SUBDIR+= nios2 # just contains makefile fragments |