Fix 386 build tags

The build tag for 32-bit x86 is 386, not i386.

Updates #2298

PiperOrigin-RevId: 304206373
This commit is contained in:
Michael Pratt
2020-04-01 10:00:03 -07:00
committed by gVisor bot
parent d01a8ca347
commit db7917556a
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
// +build 386 amd64
package cpuid
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
// +build 386 amd64
package cpuid
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
// +build 386 amd64
package cpuid
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build amd64 i386
// +build amd64 386
package arch
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build amd64 i386
// +build amd64 386
package arch
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build amd64 i386
// +build amd64 386
package arch
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64 arm64
// +build 386 amd64 arm64
package arch
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
// +build 386 amd64
package pagetables
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build i386 amd64
// +build 386 amd64
package ring0
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build amd64 i386
// +build amd64 386
package usermem