Skip to content

Commit

Permalink
allow cross-compiling go packages if go-bin is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Jan 16, 2025
1 parent 312d55a commit 859d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/go/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
config BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
bool
default y
depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_STAGE3_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_STAGE3_ARCH_SUPPORTS || BR2_PACKAGE_HOST_GO_BIN_HOST_ARCH_SUPPORTS
# See https://go.dev/doc/install/source#environment
# See src/go/build/syslist.go for the list of supported architectures
depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \
Expand Down

0 comments on commit 859d651

Please sign in to comment.