Thomas Heijligen has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/73439 )
Change subject: meson_cross: Introduce meson cross file for DJGPP/DOS ......................................................................
Patch Set 3:
(1 comment)
File meson_cross/i586_djgpp_dos.txt:
https://review.coreboot.org/c/flashrom/+/73439/comment/a02d823b_3b87f958 PS3, Line 22: gnu99
are gnu extensions actually needed or can one consider just std c99 ?
TL;DR: yes.
Flashrom needs some gnu extensions. For all other platforms they are handled in `meson.build` using `add_project_argument()` to make the required symbols visible. This method is not working with DJGPP. Or at least I couldn't get it to work.