[oe-commits] [openembedded-core] 28/46: go: Remove mips32r2 from mips

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:37:11 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 456dc2cf792e85447226d4fe2c52408649528694
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