fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
286 stars 26 forks source link

Fix patch makefile and unfuzzy some early patches. #466

Closed stikonas closed 2 months ago

stikonas commented 2 months ago

Some small fixes from my riscv runs:

  1. patch makefile tries to define some multibyte type as void since we don't support multibyte strings in meslibc). That upsets tcc 0.9.28 (mob). Replace it with void*.
  2. unfyzzy some patches. Pre musl build of riscv crashes on fuzzy patches (where patch context does not match what is in the actual file) due to some bug in varargs (crash is triggereed when info message is being printed).