|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
bool
|
|
bool
|
|
default y
|
|
default y
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_20006
|
|
depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
|
|
depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \
|
|
depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \
|
|
|| BR2_i386 || BR2_x86_64 || BR2_powerpc64le \
|
|
|| BR2_i386 || BR2_x86_64 || BR2_powerpc64le \
|