• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/go/Config.in.host
Thomas PetazzoniThomas Petazzoni committed a3fda8e292c08 Nov 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
2
    bool
3
    default y
4
    depends on BR2_PACKAGE_HOST_GO_BOOTSTRAP_ARCH_SUPPORTS
5
    depends on (BR2_arm && BR2_TOOLCHAIN_SUPPORTS_PIE) || BR2_aarch64 \
6
        || BR2_i386 || BR2_x86_64 || BR2_powerpc64le \
7
        || BR2_mips64 || BR2_mips64el
8
    depends on !BR2_ARM_CPU_ARMV4
9
    # MIPS R6 support in Go has not yet been developed.
10
    depends on !BR2_MIPS_CPU_MIPS64R6
11
​
12
config BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
13
    bool
14
    default y
15
    depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
16
    # Go doesn't support CGO linking on MIPS64x platforms
17
    # See: https://github.com/karalabe/xgo/issues/46
18
    depends on !BR2_mips64 && !BR2_mips64el
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.