From d24c41ef1a44b72aaf03edc6eb40cae711b27f95 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 31 Aug 2019 02:55:09 +0000 Subject: runtime: always build panic32.go Avoids problems with arm64 ILP32 mode. We might want to handle that mode better in general, but always building panic32.go is simple and fixes the build. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/192723 From-SVN: r275237 --- libgo/go/runtime/panic32.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgo/go') diff --git a/libgo/go/runtime/panic32.go b/libgo/go/runtime/panic32.go index f68d4c7..c8861c9 100644 --- a/libgo/go/runtime/panic32.go +++ b/libgo/go/runtime/panic32.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build 386 amd64p32 arm mips mipsle m68k nios2 sh shbe - package runtime import _ "unsafe" // for go:linkname -- cgit v1.1