|
@@ -126,20 +126,20 @@ config BR2_INIT_SYSTEMD
|
|
depends on BR2_TOOLCHAIN_HAS_SSP
|
|
depends on BR2_TOOLCHAIN_HAS_SSP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
- depends on BR2_HOST_GCC_AT_LEAST_5
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
|
+ depends on BR2_HOST_GCC_AT_LEAST_8
|
|
select BR2_ROOTFS_MERGED_USR
|
|
select BR2_ROOTFS_MERGED_USR
|
|
select BR2_PACKAGE_SYSTEMD
|
|
select BR2_PACKAGE_SYSTEMD
|
|
select BR2_PACKAGE_SKELETON_INIT_SYSTEMD if BR2_ROOTFS_SKELETON_DEFAULT
|
|
select BR2_PACKAGE_SKELETON_INIT_SYSTEMD if BR2_ROOTFS_SKELETON_DEFAULT
|
|
|
|
|
|
-comment "systemd needs a glibc toolchain w/ SSP, headers >= 3.15, host and target gcc >= 5"
|
|
|
|
|
|
+comment "systemd needs a glibc toolchain w/ SSP, headers >= 3.15, host and target gcc >= 8"
|
|
depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
!BR2_TOOLCHAIN_HAS_SSP || \
|
|
!BR2_TOOLCHAIN_HAS_SSP || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15 || \
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15 || \
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_5 || \
|
|
|
|
- !BR2_HOST_GCC_AT_LEAST_5
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || \
|
|
|
|
+ !BR2_HOST_GCC_AT_LEAST_8
|
|
|
|
|
|
comment "systemd highly recommends Linux >= 4.15"
|
|
comment "systemd highly recommends Linux >= 4.15"
|
|
depends on BR2_INIT_SYSTEMD
|
|
depends on BR2_INIT_SYSTEMD
|