Skip to content

Commit e22d79e

Browse files
committed
syscall: remove dragonfly/386 from mkall.sh
dragonfly/386 isn't a valid GOOS/GOARCH pair and there are no generated files for this pair in syscall. Change-Id: Ibea2103c2f5e139139d850df3aac9b5a9c4ac9ab Reviewed-on: https://go-review.googlesource.com/79675 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ac0f890 commit e22d79e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/syscall/mkall.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ darwin_arm64)
131131
mksysnum="./mksysnum_darwin.pl /usr/include/sys/syscall.h"
132132
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
133133
;;
134-
dragonfly_386)
135-
mkerrors="$mkerrors -m32"
136-
mksyscall="./mksyscall.pl -l32 -dragonfly"
137-
mksysnum="curl -s 'http://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master' | ./mksysnum_dragonfly.pl"
138-
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
139-
;;
140134
dragonfly_amd64)
141135
mkerrors="$mkerrors -m64"
142136
mksyscall="./mksyscall.pl -dragonfly"

0 commit comments

Comments
 (0)