package/gobject-introspection/Config.in: Allow RISCV_32 builds
authorAdam Duskett <aduskett@gmail.com>
Fri, 7 May 2021 17:01:02 +0000 (10:01 -0700)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 18 May 2021 20:30:17 +0000 (22:30 +0200)
commit330bbd68923269f0adacec3cfa39ae30a78ca705
tree6f08b2494f1acdff52b9e7fafb190e5718a2cab4
parent6b86c9335fc3ff381878156c6243454d4b688df9
package/gobject-introspection/Config.in: Allow RISCV_32 builds

Qemu 6.0.0 no longer segfaults when running qemu-riscv32. As such, it's now
possible to allow riscv32 to compile gobject-introspection.

This partially reverts commit c94a212390e33c122cf9db4c772caf8bf3804565.
The symbol BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS is kept, even
though it is now equivalent to BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS,
because it's likely that architecture dependencies will pop up again in
the future.

The configuration of a previously failing autobuilder [1] now passes.

[1] http://autobuild.buildroot.org/results/668397b1df42297505e6fc8353c4752290a5628d

Signed-off-by: Adam Duskett <aduskett@rivian.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/gobject-introspection/Config.in