mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Patch tcc to ignore static inside array.
This commit is contained in:
parent
246cc10ab5
commit
aa31fbc95b
11 changed files with 72 additions and 117 deletions
|
|
@ -11,6 +11,7 @@ cd src/tcc-0.9.27
|
|||
|
||||
# Patch
|
||||
patch -Np0 -i ../../patches/static-link.patch
|
||||
patch -Np0 -i ../../patches/ignore-static-inside-array.patch
|
||||
|
||||
# Compile
|
||||
## We have to use 0.9.26 to recompile 0.9.27, 0.9.27 is not self-hosting for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue