Skip to content

cmd/link: support c-archive for freebsd/arm and freebsd/arm64 #44084

Open
@hajimehoshi

Description

@hajimehoshi

This is a request. The buildmode c-archive is not supported on freebsd/arm and freebsd/arm64 yet (go1.16-beta)

case "c-archive":
switch objabi.GOOS {
case "aix", "darwin", "ios", "linux":
case "freebsd":
switch objabi.GOARCH {
case "amd64":
default:
return badmode()
}
case "windows":
switch objabi.GOARCH {
case "amd64", "386", "arm":
default:
return badmode()
}
default:
return badmode()
}
*mode = BuildModeCArchive

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-FreeBSD

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions