|
@@ -13,7 +13,7 @@ config BR2_PACKAGE_GOBJECT_INTROSPECTION
|
|
|
# compile errors with locale.c. As such, require 4.9 until this
|
|
|
# can be verified.
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
- depends on BR2_HOST_GCC_AT_LEAST_7 # host-qemu
|
|
|
+ depends on BR2_HOST_GCC_AT_LEAST_8 # host-qemu
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
# gobject-introspection does not require python3 to run on the
|
|
|
# target; however, because the tools run in a qemu wrapper, a
|
|
@@ -42,9 +42,9 @@ comment "gobject-introspection needs python3"
|
|
|
depends on !BR2_PACKAGE_PYTHON3
|
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
|
|
|
|
|
|
-comment "gobject-introspection needs a glibc toolchain, gcc >= 4.9, host gcc >= 7"
|
|
|
+comment "gobject-introspection needs a glibc toolchain, gcc >= 4.9, host gcc >= 8"
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
|
|
- !BR2_HOST_GCC_AT_LEAST_7
|
|
|
+ !BR2_HOST_GCC_AT_LEAST_8
|