diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-06-07 19:17:31 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-06-07 19:17:31 +0000 |
commit | c86d5d1f6ee1b2618c0ac468e4d2f55c73af1860 (patch) | |
tree | ead8b99572bead948766251a3f3aeb7b8bf8e009 /cross/Makefile | |
parent | ac3a152c5293ee792389b7ecbe19be6ccdf5bbc5 (diff) | |
download | pkgsrc-c86d5d1f6ee1b2618c0ac468e4d2f55c73af1860.tar.gz |
Add mingw-w64-x86_64-gcc-bootstrap
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 186f2701ee3..81b26cbd62c 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2018/06/07 19:15:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.75 2018/06/07 19:17:31 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -45,6 +45,7 @@ SUBDIR+= mingw-runtime-bin SUBDIR+= mingw-w32api-bin SUBDIR+= mingw-w64 SUBDIR+= mingw-w64-x86_64-binutils +SUBDIR+= mingw-w64-x86_64-gcc-bootstrap SUBDIR+= mingw-w64-x86_64-headers #SUBDIR+= nios2 # just contains makefile fragments SUBDIR+= nios2-binutils |