mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Replace bison 3.4.2 with bison 3.6.4
This commit is contained in:
parent
63b24502c7
commit
00808ed08a
14 changed files with 349 additions and 119 deletions
17
steps/bison-3.6.4/patches/dangling-alias.patch
Normal file
17
steps/bison-3.6.4/patches/dangling-alias.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
Our version of bison does not have dangling-alias.
|
||||
|
||||
--- bison-3.6.4/Makefile.am 2025-12-15 22:03:53.093822507 +1100
|
||||
+++ bison-3.6.4/Makefile.am 2025-12-15 22:04:07.336823714 +1100
|
||||
@@ -42,7 +42,7 @@
|
||||
BISON = $(top_builddir)/tests/bison
|
||||
BISON_IN = $(top_srcdir)/tests/bison.in
|
||||
YACC = $(BISON) -o y.tab.c
|
||||
-AM_YFLAGS_WITH_LINES = --defines -Werror -Wall,dangling-alias --report=all
|
||||
+AM_YFLAGS_WITH_LINES = --defines -Wall --report=all
|
||||
AM_YFLAGS = $(AM_YFLAGS_WITH_LINES) --no-lines
|
||||
|
||||
# Initialization before completion by local.mk's.
|
||||
Loading…
Add table
Add a link
Reference in a new issue