From aef74ef890b94ada4eef06b918825a804510737a Mon Sep 17 00:00:00 2001 From: "Roy.Li" Date: Mon, 15 Jul 2013 16:59:06 +0800 Subject: dpkg: backport a patch to support mipsn32el and mips64el (From OE-Core rev: cdc8c8d73ab782d712acafb85d97f2af688ae4c9) Signed-off-by: Roy.Li [sgw - tweaked Upstream-Status] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- ...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 meta/recipes-devtools/dpkg/dpkg/Add-support-for-mipsn32-el-and-mips64-el-to-arch-tab.patch (limited to 'meta/recipes-devtools/dpkg/dpkg') diff --git a/meta/recipes-devtools/dpkg/dpkg/Add-support-for-mipsn32-el-and-mips64-el-to-arch-tab.patch b/meta/recipes-devtools/dpkg/dpkg/Add-support-for-mipsn32-el-and-mips64-el-to-arch-tab.patch new file mode 100644 index 0000000..abebdc5 --- /dev/null +++ b/meta/recipes-devtools/dpkg/dpkg/Add-support-for-mipsn32-el-and-mips64-el-to-arch-tab.patch @@ -0,0 +1,78 @@ +Upstream-Status: Backport + +Signed-off-by: Roy.Li + + +From 597a7348527cbe91e35cf04a2e214a562612a768 Mon Sep 17 00:00:00 2001 +From: YunQiang Su +Date: Sat, 22 Jun 2013 06:14:09 +0200 +Subject: [PATCH] Add support for mipsn32(el) and mips64(el) to arch tables + +[guillem@debian.org: + - Remove unneeded abi entry. + - Fix mips64 endianness. ] + +Closes: #685096, #707323 + +Signed-off-by: Guillem Jover +--- + abitable | 1 + + cputable | 2 ++ + ostable | 2 ++ + triplettable | 4 ++++ + 5 files changed, 11 insertions(+) + +diff --git a/abitable b/abitable +index 578228d..300a1ab 100644 +--- a/abitable ++++ b/abitable +@@ -7,4 +7,5 @@ + # Column 2 is the size (in bits) of the ABI integers/pointers. + # + # ++gnuabin32 32 + gnux32 32 +diff --git a/cputable b/cputable +index c556fdd..d48e59c 100644 +--- a/cputable ++++ b/cputable +@@ -27,6 +27,8 @@ m32r m32r m32r 32 big + m68k m68k m68k 32 big + mips mips mips(eb)? 32 big + mipsel mipsel mipsel 32 little ++mips64 mips64 mips64 64 big ++mips64el mips64el mips64el 64 little + powerpc powerpc (powerpc|ppc) 32 big + ppc64 powerpc64 (powerpc|ppc)64 64 big + s390 s390 s390 32 big +diff --git a/ostable b/ostable +index 1383150..29d3843 100644 +--- a/ostable ++++ b/ostable +@@ -18,6 +18,8 @@ musleabihf-linux linux-musleabihf linux[^-]*-musleabihf + musl-linux linux-musl linux[^-]*-musl + gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf + gnueabi-linux linux-gnueabi linux[^-]*-gnueabi ++gnuabin32-linux linux-gnuabin32 linux[^-]*-gnuabin32 ++gnuabi64-linux linux-gnuabi64 linux[^-]*-gnuabi64 + gnuspe-linux linux-gnuspe linux[^-]*-gnuspe + gnux32-linux linux-gnux32 linux[^-]*-gnux32 + gnulp-linux linux-gnulp linux[^-]*-gnulp +diff --git a/triplettable b/triplettable +index e0d78a4..a2c683f 100644 +--- a/triplettable ++++ b/triplettable +@@ -9,6 +9,10 @@ musleabihf-linux-arm musl-linux-armhf + musl-linux- musl-linux- + gnueabihf-linux-arm armhf + gnueabi-linux-arm armel ++gnuabin32-linux-mips64el mipsn32el ++gnuabin32-linux-mips64 mipsn32 ++gnuabi64-linux-mips64el mips64el ++gnuabi64-linux-mips64 mips64 + gnuspe-linux-powerpc powerpcspe + gnux32-linux-amd64 x32 + gnulp-linux-i386 lpia +-- +1.7.10.4 + -- cgit v1.1