Skip to content

Commit

Permalink
unix: regenerate all definitions on FreeBSD 12.1 on {386,amd64,arm64}
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EdSchouten committed Mar 16, 2020
1 parent 5c8b2ff commit 51ef006
Show file tree
Hide file tree
Showing 10 changed files with 507 additions and 159 deletions.
2 changes: 1 addition & 1 deletion unix/mkall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 51ef006

Please sign in to comment.