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:           Wed Oct 19 12:49:48 UTC 2016

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
Recycle the entry for arm-none-eabi-gcc


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 pkgsrc/cross/Makefile:1.68
--- pkgsrc/cross/Makefile:1.67  Wed Oct 19 12:41:43 2016
+++ pkgsrc/cross/Makefile       Wed Oct 19 12:49:48 2016
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.67 2016/10/19 12:41:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.68 2016/10/19 12:49:48 ryoon Exp $
 #
 
 COMMENT=       Cross-platform development utilities
 
 SUBDIR+=       GenFw
 SUBDIR+=       arm-none-eabi-binutils
-SUBDIR+=       arm-none-eabi-gcc5
+SUBDIR+=       arm-none-eabi-gcc
 SUBDIR+=       arm-none-eabi-gdb
 SUBDIR+=       atasm
 SUBDIR+=       avr-binutils



Home | Main Index | Thread Index | Old Index