Update bundle/package scripts

* Ardour only has 64 bit builds
* gcc5 or newer (C++11 ABI)
* Add "-demo" suffix to freebie builds
* Remove wine support in package scripts
This commit is contained in:
Robin Gareus 2023-03-24 19:07:30 +01:00
parent 197157ecf8
commit 4bc8939dda
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 76 additions and 262 deletions

View file

@ -1477,7 +1477,6 @@ int main () { __int128 x = 0; return 0; }
pass
elif Options.options.dist_target != 'mingw':
sub_config_and_use(conf, 'tools/sanity_check')
sub_config_and_use(conf, 'tools/gccabicheck')
# explicitly link against libm. This is possible on all POSIX systems
# and required on Linux for symbol versioning and ABI compatibility
@ -1636,7 +1635,6 @@ def build(bld):
pass
elif bld.env['build_target'] != 'mingw':
bld.recurse('tools/sanity_check')
bld.recurse('tools/gccabicheck')
obj = bld(features = 'subst')
obj.source = 'tools/avahi.sh'