summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2019-03-24 12:03:47 +0000
committertnn <tnn@pkgsrc.org>2019-03-24 12:03:47 +0000
commitd0ed0463da3282f3be661cab578465b6eab35a7c (patch)
treeb2e906ff067c0dffa1e023519e1cf50f6a4e8d09 /cross
parent6aa8a93adae592cc9ebf7559ab6edfbf9a8dbbd4 (diff)
downloadpkgsrc-d0ed0463da3282f3be661cab578465b6eab35a7c.tar.gz
add cross/xtensa-esp32-elf-(binutils|gcc)
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 134b2e15566..abed76f7a7f 100644
--- a/cross/Makefile
+++ b/cross/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2018/06/07 19:36:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.83 2019/03/24 12:03:48 tnn Exp $
#
COMMENT= Cross-platform development utilities
@@ -64,5 +64,7 @@ SUBDIR+= pdp11-aout-binutils
SUBDIR+= pdp11-aout-gcc
SUBDIR+= stlink
SUBDIR+= uisp
+SUBDIR+= xtensa-esp32-elf-binutils
+SUBDIR+= xtensa-esp32-elf-gcc
.include "../mk/misc/category.mk"