use MODPY_COMPILEALL (or drop unneeded runs of compileall) for an initial scattering of ports

This commit is contained in:
purplerain 2024-08-13 19:27:50 +00:00
parent 9105d8e4cb
commit e1f01a6978
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
18 changed files with 55 additions and 492 deletions

View file

@ -10,12 +10,12 @@ Index: configure
case "${target}" in
*-*-linux*aout* | *-*-linux*oldld*)
;;
@@ -3216,7 +3216,7 @@ if test x$enable_libgomp = x ; then
case "${target}" in
*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu)
@@ -3218,7 +3218,7 @@ if test x$enable_libgomp = x ; then
;;
- *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
+ *-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly* | *-*-secbsd*)
*-*-netbsd* | *-*-freebsd* | *-*-openbsd* | *-*-dragonfly*)
;;
*-*-solaris2* | *-*-hpux11*)
- *-*-solaris2* | *-*-hpux11*)
+ *-*-secbsd* | *-*-solaris2* | *-*-hpux11*)
;;
*-*-darwin* | *-*-aix*)
;;