|
@@ -121,15 +121,19 @@ config BR2_INIT_SYSTEMD
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
+ depends on BR2_HOST_GCC_AT_LEAST_5
|
|
|
select BR2_ROOTFS_MERGED_USR
|
|
|
select BR2_PACKAGE_SYSTEMD
|
|
|
|
|
|
-comment "systemd needs a glibc toolchain w/ SSP, headers >= 3.10"
|
|
|
+comment "systemd needs a glibc toolchain w/ SSP, headers >= 3.10, host and target gcc >= 5"
|
|
|
depends on BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC || \
|
|
|
!BR2_TOOLCHAIN_HAS_SSP || \
|
|
|
- !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
|
|
+ !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 || \
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_5 || \
|
|
|
+ !BR2_HOST_GCC_AT_LEAST_5
|
|
|
|
|
|
config BR2_INIT_NONE
|
|
|
bool "None"
|