configury update & bump VERSION to 0.9.28rc
commit086870addd9599ef74bed8e81ebb353da7836709
authorgrischka <grischka>
Wed, 6 Sep 2023 20:21:15 +0000 (6 22:21 +0200)
committergrischka <grischka>
Wed, 6 Sep 2023 20:42:52 +0000 (6 22:42 +0200)
treeb8af84e1e31cf0f4206bcac14b1c8f4a9015f7ac
parent8c5fe8766517bd3fc19070cf5946ce0a3e56695f
configury update & bump VERSION to 0.9.28rc

configure:
- option --targetos=... for cross build
- cleanup

win32/build-tcc.bat:
- option -b <bindir>
- make 'libtcc1.a' and cross-prefix-libtcc1.a
  (same convention as with makefile)

Makefile:
- streamline tcov-tests, help, etc.

workflow/build.xml: simplify
- using "windows-2019" runner (instead of windows-latest)
  because its msys seems more complete and has no problems
  with the 96_nodata_wanted.test either.

Changelog,TODO,USES,tcc-doc.texi: update
13 files changed:
.github/workflows/build.yml
.gitignore
Changelog
Makefile
TODO
USES
VERSION
configure
conftest.c
tcc-doc.texi
tests/pp/Makefile
tests/tests2/Makefile
win32/build-tcc.bat