enable building //pkg/tcpip on 32-bit MIPS

N.B. we don't explicitly support MIPS, but there's no reason it
shouldn't work.
This commit is contained in:
Kevin Krakauer
2021-05-12 10:14:56 -07:00
parent 8f6bfe257e
commit b3d42a6ce7
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build arm 386
// +build arm mips 386
package atomicbitops