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:   jperkin
Date:           Thu Mar  5 16:12:50 UTC 2020

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
cross: Add asm6809.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/cross/Makefile:1.93
--- pkgsrc/cross/Makefile:1.92  Thu Oct 17 20:56:39 2019
+++ pkgsrc/cross/Makefile       Thu Mar  5 16:12:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/10/17 20:56:39 maya Exp $
+# $NetBSD: Makefile,v 1.93 2020/03/05 16:12:50 jperkin Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -9,6 +9,7 @@ SUBDIR+=        aarch64-none-elf-gcc
 SUBDIR+=       arm-none-eabi-binutils
 SUBDIR+=       arm-none-eabi-gcc
 SUBDIR+=       arm-none-eabi-gdb
+SUBDIR+=       asm6809
 SUBDIR+=       atasm
 SUBDIR+=       avr-binutils
 SUBDIR+=       avr-gcc



Home | Main Index | Thread Index | Old Index