pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Nov 28 20:22:41 UTC 2024

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
cross: Enable mingw-w64-i686-gcc-bootstrap-msvcrt


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/cross/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/Makefile
diff -u pkgsrc/cross/Makefile:1.120 pkgsrc/cross/Makefile:1.121
--- pkgsrc/cross/Makefile:1.120 Thu Nov 28 20:20:58 2024
+++ pkgsrc/cross/Makefile       Thu Nov 28 20:22:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2024/11/28 20:20:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2024/11/28 20:22:41 ryoon Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -53,6 +53,7 @@ SUBDIR+=      mingw-w64-i686-crt
 SUBDIR+=       mingw-w64-i686-crt-msvcrt
 SUBDIR+=       mingw-w64-i686-gcc
 SUBDIR+=       mingw-w64-i686-gcc-bootstrap
+SUBDIR+=       mingw-w64-i686-gcc-bootstrap-msvcrt
 SUBDIR+=       mingw-w64-i686-gcc-winpthreads
 SUBDIR+=       mingw-w64-i686-headers
 SUBDIR+=       mingw-w64-i686-headers-msvcrt



Home | Main Index | Thread Index | Old Index