This commit is contained in:
MetaCubeX
2022-03-18 00:24:38 +08:00
parent e9151bc43f
commit df78ba8fa6
4 changed files with 2 additions and 418 deletions

View File

@ -65,9 +65,6 @@ linux-armv6:
linux-armv7:
GOARCH=arm GOOS=linux GOARM=7 $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
linux-arm64:
GOARCH=arm64 GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
linux-mips-softfloat:
GOARCH=mips GOMIPS=softfloat GOOS=linux $(GOBUILD) -o $(BINDIR)/$(NAME)-$@