make it work with GCC-14 (LMDE7)

This commit is contained in:
Bernd Mueller
2026-06-17 14:27:47 +02:00
parent adfd70813f
commit e3c583ab36
3 changed files with 12 additions and 1 deletions

2
m68k/configure_wrapper.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
./configure CFLAGS="-std=gnu89" "$@"