Skip to content

Commit

Permalink
manual: support loong64
Browse files Browse the repository at this point in the history
Support build on loong64.
loong64 or Loongson (龙芯) is the name of a family of general-purpose, MIPS
architecture-compatible, later in-house LoongArch architecture microprocessors
  • Loading branch information
D3Hunter authored and RaduBerinde committed Jan 20, 2025
1 parent dd8447b commit 5dd133a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/manual/manual_64bit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.

//go:build amd64 || arm64 || arm64be || ppc64 || ppc64le || mips64 || mips64le || s390x || sparc64 || riscv64
// +build amd64 arm64 arm64be ppc64 ppc64le mips64 mips64le s390x sparc64 riscv64
//go:build amd64 || arm64 || arm64be || ppc64 || ppc64le || mips64 || mips64le || s390x || sparc64 || riscv64 || loong64
// +build amd64 arm64 arm64be ppc64 ppc64le mips64 mips64le s390x sparc64 riscv64 loong64

package manual

Expand Down
4 changes: 2 additions & 2 deletions internal/rawalloc/rawalloc_64bit.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// implied. See the License for the specific language governing
// permissions and limitations under the License.

//go:build amd64 || arm64 || arm64be || ppc64 || ppc64le || mips64 || mips64le || s390x || sparc64 || riscv64
// +build amd64 arm64 arm64be ppc64 ppc64le mips64 mips64le s390x sparc64 riscv64
//go:build amd64 || arm64 || arm64be || ppc64 || ppc64le || mips64 || mips64le || s390x || sparc64 || riscv64 || loong64
// +build amd64 arm64 arm64be ppc64 ppc64le mips64 mips64le s390x sparc64 riscv64 loong64

package rawalloc

Expand Down

0 comments on commit 5dd133a

Please sign in to comment.