pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/xtensa-esp32-elf-binutils xtensa-esp32-elf-binut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c8a2cead7a0
branches:  trunk
changeset: 383777:7c8a2cead7a0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 18:21:17 2022 +0000

description:
xtensa-esp32-elf-binutils: needs bison

diffstat:

 cross/xtensa-esp32-elf-binutils/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4ed2a88e3754 -r 7c8a2cead7a0 cross/xtensa-esp32-elf-binutils/Makefile.common
--- a/cross/xtensa-esp32-elf-binutils/Makefile.common   Mon Aug 22 18:19:05 2022 +0000
+++ b/cross/xtensa-esp32-elf-binutils/Makefile.common   Mon Aug 22 18:21:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2022/04/14 12:55:52 tnn Exp $
+# $NetBSD: Makefile.common,v 1.3 2022/08/22 18:21:17 tnn Exp $
 
 # used by cross/xtensa-esp32-elf-binutils/Makefile
 # used by cross/xtensa-esp32s2-elf-binutils/Makefile
@@ -23,7 +23,7 @@
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # several sub-configures know --enable-nls
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake makeinfo
+USE_TOOLS+=            gmake makeinfo bison
 MKPIE_SUPPORTED=       no      # strange errors with libiberty. checking for fcntl.h ... no
 
 #PATCHDIR=     ${.CURDIR}/../../cross/xtensa-esp32-elf-binutils/patches



Home | Main Index | Thread Index | Old Index