pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross Recycle the entry for arm-none-eabi-gcc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a47c159ed8ca
branches:  trunk
changeset: 354062:a47c159ed8ca
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Oct 19 12:49:48 2016 +0000

description:
Recycle the entry for arm-none-eabi-gcc

diffstat:

 cross/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 520a3e2e5d93 -r a47c159ed8ca cross/Makefile
--- a/cross/Makefile    Wed Oct 19 12:49:39 2016 +0000
+++ b/cross/Makefile    Wed Oct 19 12:49:48 2016 +0000
@@ -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