[oe-commits] [openembedded-core] 07/24: linuxloader.bbclass: Add mipsisa{32, 64}r6{el, } support

git at git.openembedded.org git at git.openembedded.org
Fri Oct 7 15:44:50 UTC 2016


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

commit 27537d146f3f143b06819102c348c8914287ec8e
Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
AuthorDate: Tue Oct 4 12:31:16 2016 +0100

    linuxloader.bbclass: Add mipsisa{32, 64}r6{el, } support
    
    Add support for MIPS Release 6 ISA. The loader is located at a
    new place for multiarch.
    
    For more details, check https://wiki.debian.org/Multiarch
    and https://sourceware.org/glibc/wiki/ABIList#mips
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/linuxloader.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/linuxloader.bbclass b/meta/classes/linuxloader.bbclass
index 5c4dc5c..8d85e6e 100644
--- a/meta/classes/linuxloader.bbclass
+++ b/meta/classes/linuxloader.bbclass
@@ -4,6 +4,9 @@ linuxloader () {
 		powerpc | mips | mipsel | microblaze )
 			dynamic_loader="${base_libdir}/ld.so.1"
 			;;
+		mipsisa32r6el | mipsisa32r6 | mipsisa64r6el | mipsisa64r6)
+			dynamic_loader="${base_libdir}/ld-linux-mipsn8.so.1"
+			;;
 		powerpc64)
 			dynamic_loader="${base_libdir}/ld64.so.1"
 			;;

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


More information about the Openembedded-commits mailing list