[oe-commits] [openembedded-core] 32/52: go: Remove mips32r2 from mips

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 22:22:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fe34a08d783d41c9dab2d1ce193447c37d87b2d6
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Mar 16 14:42:39 2017 -0700

    go: Remove mips32r2 from mips
    
    mips32r1 is only one supported for mips32
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/go/go_1.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/go/go_1.8.bb b/meta/recipes-devtools/go/go_1.8.bb
index e7a6ab2..091b131 100644
--- a/meta/recipes-devtools/go/go_1.8.bb
+++ b/meta/recipes-devtools/go/go_1.8.bb
@@ -1,2 +1,3 @@
 require go-${PV}.inc
 require go.inc
+TUNE_CCARGS_remove = "-march=mips32r2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list