浏览代码

rustc: drop BR2_PACKAGE_HAS_HOST_RUSTC

This commit drops the option BR2_PACKAGE_HAS_HOST_RUSTC, which is no
longer used following commit bd425f716f0a92ef627f7287869d88ca408fe55e
("host-cargo: select host-rustc").

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 7 年之前
父节点
当前提交
9962368a90
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      package/rustc/Config.in.host

+ 0 - 5
package/rustc/Config.in.host

@@ -46,7 +46,6 @@ config BR2_PACKAGE_HOST_RUST
 	depends on BR2_HOST_GCC_AT_LEAST_4_7 # required by LLVM
 	depends on BR2_HOST_GCC_AT_LEAST_4_7 # required by LLVM
 	# triggers ICE on trunc_int_for_mode, at explow.c:56
 	# triggers ICE on trunc_int_for_mode, at explow.c:56
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_aarch64
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 || !BR2_aarch64
-	select BR2_PACKAGE_HAS_HOST_RUSTC
 	help
 	help
 	  This package will build the compiler for the host as well as
 	  This package will build the compiler for the host as well as
 	  two flavors of the standard library: one for the host, another
 	  two flavors of the standard library: one for the host, another
@@ -61,16 +60,12 @@ comment "host-rust needs host gcc >= 4.7"
 
 
 config BR2_PACKAGE_HOST_RUST_BIN
 config BR2_PACKAGE_HOST_RUST_BIN
 	bool "host rust (pre-built)"
 	bool "host rust (pre-built)"
-	select BR2_PACKAGE_HAS_HOST_RUSTC
 	help
 	help
 	  This package will install pre-built versions of the compiler
 	  This package will install pre-built versions of the compiler
 	  for the host and the Rust standard library for the target.
 	  for the host and the Rust standard library for the target.
 
 
 endchoice
 endchoice
 
 
-config BR2_PACKAGE_HAS_HOST_RUSTC
-	bool
-
 config BR2_PACKAGE_PROVIDES_HOST_RUSTC
 config BR2_PACKAGE_PROVIDES_HOST_RUSTC
 	string
 	string
 	default "host-rust" if BR2_PACKAGE_HOST_RUST
 	default "host-rust" if BR2_PACKAGE_HOST_RUST