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 Jun  7 19:36:58 UTC 2018

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
Add mingw-w64-i686-gcc


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 pkgsrc/cross/Makefile:1.82
--- pkgsrc/cross/Makefile:1.81  Thu Jun  7 19:32:55 2018
+++ pkgsrc/cross/Makefile       Thu Jun  7 19:36:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2018/06/07 19:32:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.82 2018/06/07 19:36:58 ryoon Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -46,6 +46,7 @@ SUBDIR+=      mingw-w32api-bin
 SUBDIR+=       mingw-w64
 SUBDIR+=       mingw-w64-i686-binutils
 SUBDIR+=       mingw-w64-i686-crt
+SUBDIR+=       mingw-w64-i686-gcc
 SUBDIR+=       mingw-w64-i686-gcc-bootstrap
 SUBDIR+=       mingw-w64-i686-headers
 SUBDIR+=       mingw-w64-x86_64-binutils



Home | Main Index | Thread Index | Old Index