Skip to content

Commit

Permalink
add support for loong64
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
  • Loading branch information
yetist authored and hugelgupf committed Dec 10, 2022
1 parent dac05f7 commit 301ac51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/u-root/uio

go 1.15

require golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
require golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea h1:+WiDlPBBaO+h9vPNZi8uJ3k4BkKQB7Iow3aqwHVA5hI=
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 h1:wEZYwx+kK+KlZ0hpvP2Ls1Xr4+RWnlzGFwPP0aiDjIU=
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
2 changes: 1 addition & 1 deletion ubinary/little_endian.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build 386 amd64 arm arm64 mipsle mips64le ppc64le riscv riscv64
// +build 386 amd64 arm arm64 loong64 mipsle mips64le ppc64le riscv riscv64

package ubinary

Expand Down

0 comments on commit 301ac51

Please sign in to comment.