mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Replace byacc with oyacc
byacc has an awk script to generate .c files oyacc seems to work fine instead
This commit is contained in:
parent
dfb3ae04e2
commit
622dd36d1f
14 changed files with 180 additions and 320 deletions
15
steps/oyacc-6.6/patches/tcc.patch
Normal file
15
steps/oyacc-6.6/patches/tcc.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
In tcc, a variable declared as extern that is assigned to does not work
|
||||
correctly.
|
||||
|
||||
--- oyacc-6.6/defs.h 2025-02-05 14:23:40.883827721 +1100
|
||||
+++ oyacc-6.6/defs.h 2025-02-05 14:23:43.879827713 +1100
|
||||
@@ -365,4 +365,4 @@
|
||||
|
||||
/* system variables */
|
||||
|
||||
-extern char *__progname;
|
||||
+char *__progname;
|
||||
Loading…
Add table
Add a link
Reference in a new issue