]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: fix bootstrapping with gccgo on 386
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 15 Apr 2015 13:18:00 +0000 (15:18 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Apr 2015 16:58:19 +0000 (16:58 +0000)
We forgot to add the !gccgo tag to cpuid_386.s.

Change-Id: I2de2ed92ac9686c9365cb37cd29121fa98c2bf37
Reviewed-on: https://go-review.googlesource.com/8960
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/cpuid_386.s

index 853824a1bce65c44b3cef7f7383dd10438d3528c..ed4fb523d75f25bc0507ec2f330705f9dad4ae98 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build !gccgo
+
 TEXT ·cpuid(SB),$0-8
        MOVL ax+4(FP), AX
        CPUID