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:   bouyer
Date:           Fri Sep 20 15:20:58 UTC 2019

Modified Files:
        pkgsrc/cross: Makefile

Log Message:
Add xtensa-lx106-elf-*


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 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.88 pkgsrc/cross/Makefile:1.89
--- pkgsrc/cross/Makefile:1.88  Wed Sep 18 15:39:19 2019
+++ pkgsrc/cross/Makefile       Fri Sep 20 15:20:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2019/09/18 15:39:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.89 2019/09/20 15:20:58 bouyer Exp $
 #
 
 COMMENT=       Cross-platform development utilities
@@ -72,5 +72,7 @@ SUBDIR+=      stlink
 SUBDIR+=       uisp
 SUBDIR+=       xtensa-esp32-elf-binutils
 SUBDIR+=       xtensa-esp32-elf-gcc
+SUBDIR+=       xtensa-lx106-elf-binutils
+SUBDIR+=       xtensa-lx106-elf-gcc
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index