summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2019-09-20 15:20:58 +0000
committerbouyer <bouyer@pkgsrc.org>2019-09-20 15:20:58 +0000
commitcdb3a88e800aadcead691ec92000a29b924af1d0 (patch)
tree6f791063c256450630d3bb5510730cee8133956b /cross
parent41665a65393a2e21ce7fa91d0b0a43eb0f872a2f (diff)
downloadpkgsrc-cdb3a88e800aadcead691ec92000a29b924af1d0.tar.gz
Add xtensa-lx106-elf-*
Diffstat (limited to 'cross')
-rw-r--r--cross/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile
index 2e240885db6..9c9f8d6b43b 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -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"