pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/xtensa-lx106-elf-binutils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 15:33:32 UTC 2022

Modified Files:
        pkgsrc/cross/xtensa-lx106-elf-binutils: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/xtensa-lx106-elf-binutils/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/xtensa-lx106-elf-binutils/Makefile
diff -u pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.7 pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.8
--- pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.7 Tue Jun 28 11:31:17 2022
+++ pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile     Mon Aug 22 15:33:32 2022
@@ -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 @@ INFO_FILES=           yes
 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