summaryrefslogtreecommitdiff
path: root/cross/mingw-w64-i686-crt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/mingw-w64-i686-crt/Makefile')
-rw-r--r--cross/mingw-w64-i686-crt/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/mingw-w64-i686-crt/Makefile b/cross/mingw-w64-i686-crt/Makefile
new file mode 100644
index 00000000000..c4a5d940e3a
--- /dev/null
+++ b/cross/mingw-w64-i686-crt/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/06/07 19:32:13 ryoon Exp $
+
+.include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/}
+COMMENT= Mingw-w64 C runtime for win32 cross-development
+
+BUILD_DEPENDS+= mingw-w64-i686-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-i686-gcc-bootstrap
+
+MINGW_TARGET= ${MINGW_W64_32_TARGET}
+CONFIGURE_ARGS+= --enable-lib32
+CONFIGURE_ARGS+= --disable-lib64
+
+.include "../../cross/mingw-w64-i686-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"