Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/unix: add openbsd/arm support #10826

Closed
robpike opened this issue May 13, 2015 · 4 comments
Closed

x/sys/unix: add openbsd/arm support #10826

robpike opened this issue May 13, 2015 · 4 comments

Comments

@robpike
Copy link
Contributor

robpike commented May 13, 2015

No description provided.

@robpike robpike added this to the Go1.5 milestone May 13, 2015
@ianlancetaylor
Copy link
Contributor

Patch to syscall package is http://golang.org/cl/4913.

@bradfitz bradfitz modified the milestones: Go1.5, Unplanned Jun 25, 2015
@bradfitz bradfitz changed the title x/sys: apply https://go-review.googlesource.com/4913/ x/sys/unix: add openbsd/arm support Mar 31, 2016
@bradfitz
Copy link
Contributor

What's the status of the openbsd-arm port? I notice we no longer have builders.

/cc @4a6f656c @minux @mdempsky

@mdempsky
Copy link
Member

Sorry, no idea. I've barely used OpenBSD on ARM, much less Go's openbsd/arm port.

As for the builder, I assumed @4a6f656c was running it.

@gopherbot
Copy link

Change https://golang.org/cl/54053 mentions this issue: unix: add openbsd/arm support (in theory)

micanzhang pushed a commit to micanzhang/sys that referenced this issue Sep 12, 2017
This copies over some files from the main repo to make the
GOOS=openbsd GOARCH=arm go install and go test -c work.

No clue whether it actually works or not, though. We don't have
builders anymore for this port.

But once this compiles, we'll at least be able to use constants from
the x/sys/unix package from x/net without regressing x/net's support
for openbsd/arm. (If anybody uses openbsd/arm)

Fixes golang/go#10826

Change-Id: Id821e2011bcd2d3720652be44ac09e4ce4d2a3a3
Reviewed-on: https://go-review.googlesource.com/54053
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Joel Sing <joel@sing.id.au>
@golang golang locked and limited conversation to collaborators Aug 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants