pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baeadffd3b4f
branches:  trunk
changeset: 383762:baeadffd3b4f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 15:33:32 2022 +0000

description:
xtensa-lx106-elf-binutils: needs bison (plain yacc doesn't like syslex.l)

diffstat:

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

diffs (18 lines):

diff -r fd432a8fe7d9 -r baeadffd3b4f cross/xtensa-lx106-elf-binutils/Makefile
--- a/cross/xtensa-lx106-elf-binutils/Makefile  Mon Aug 22 15:27:55 2022 +0000
+++ b/cross/xtensa-lx106-elf-binutils/Makefile  Mon Aug 22 15:33:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:17 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/08/22 15:33:32 tnn Exp $
 
 DISTNAME=      binutils-gdb-xtensa-2.31_20190405
 PKGNAME=       ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/}
@@ -17,7 +17,7 @@
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # several sub-configures know --enable-nls
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake makeinfo perl
+USE_TOOLS+=            gmake makeinfo perl bison
 
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index