Patch tcc to ignore static inside array.

This commit is contained in:
Andrius Štikonas 2021-03-28 00:18:30 +00:00
parent 246cc10ab5
commit aa31fbc95b
11 changed files with 72 additions and 117 deletions

View file

@ -8,6 +8,9 @@ src_unpack() {
}
src_prepare() {
# Note that tcc includes static-link and ignore-static-inside-array patches
# since we do not build from clean checkout.
patch -Np0 -i ../../patches/ignore-duplicate-symbols.patch
}