Martin Sirringhaus
3f04111a2a
- Update to version (wasi-sdk-)19. - Rebase workaround-broken-makefile.patch. - Add undefine-gcc-macros.patch: ignore new macros for now to fix build with Clang 16. - Declare the package as noarch: the binaries are for WebAssembly, not the host architecture. OBS-URL: https://build.opensuse.org/request/show/1073879 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/wasi-libc?expand=0&rev=8
13 lines
539 B
Plaintext
13 lines
539 B
Plaintext
# Those files ARE arch-independent, but named like they are not (*.a, etc.) so the script is wrong here
|
|
addFilter("files-duplicate .*")
|
|
addFilter("static-library-without-symtab .*")
|
|
addFilter("static-library-without-debuginfo .*")
|
|
addFilter("readelf-failed .*")
|
|
addFilter("zero-length .*")
|
|
addFilter("arch-dependent-file-in-usr-share .*")
|
|
addFilter("arch-independent-package-contains-binary-or-object .*")
|
|
# There are empty dummy-files in the sysroot
|
|
addFilter('lto-no-text-in-archive .*')
|
|
addFilter('devel-file-in-non-devel-package .*')
|
|
|