go: Remove mips32r2 from mips

mips32r1 is only one supported for mips32

(From OE-Core rev: d39b819579c767aa7892835624540fd6509db201)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2017-03-16 14:42:39 -07:00 committed by Richard Purdie
parent 2102b8c9b6
commit 27ba0db9db
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
require go-${PV}.inc
require go.inc
TUNE_CCARGS_remove = "-march=mips32r2"