rudimentary midipix port (#13896)

This commit is contained in:
Ørjan Malde 2024-04-18 08:19:44 +02:00 committed by GitHub
parent d14b208552
commit ff76cb738b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 390 additions and 5 deletions

View file

@ -2199,7 +2199,7 @@ int main(void)
ac_cv_write_stdout=no
],[
case $host_alias in
*linux*)
*linux*|*midipix)
ac_cv_write_stdout=yes
;;
*)