mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-01 06:46:44 -04:00
unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64}
I just created a couple of virtual machines/QEMU instances containing stock copies of FreeBSD 12.1-RELEASE. On these systems I ran mkall.sh, thereby bringing the definitions in sync with that version of FreeBSD. I also attempted to bring the GOOS=freebsd GOARCH=arm port up to date, but was unfortunately not able to do so. There doesn't seem to be any documentation on how to bring this port of FreeBSD up on an emulator. The only option seems to be to use physical hardware. Change-Id: I54c9f5d15587996ad5fbb535480ab0aa0e723260 GitHub-Last-Rev: ad79b1bda1307eb231b8e034dd15599e333ad25e GitHub-Pull-Request: golang/sys#63 Reviewed-on: https://go-review.googlesource.com/c/sys/+/223698 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
committed by
Tobias Klauser
parent
a7d97aace0
commit
5766fd39f9
+1
-1
@@ -124,7 +124,7 @@ freebsd_arm)
|
||||
freebsd_arm64)
|
||||
mkerrors="$mkerrors -m64"
|
||||
mksysnum="go run mksysnum.go 'https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master'"
|
||||
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
|
||||
mktypes="GOARCH=$GOARCH go tool cgo -godefs -- -fsigned-char"
|
||||
;;
|
||||
netbsd_386)
|
||||
mkerrors="$mkerrors -m32"
|
||||
|
||||
Reference in New Issue
Block a user