mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
nspr: Use _MIPS_SIM_ABI64 instead of _ABI64
_ABI64 is glibc specific, to use a common define from asm/sgidefs.h will work in every case Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,8 +13,6 @@ Upstream-Status: Pending
|
|||||||
pr/include/md/_linux.cfg | 2 +-
|
pr/include/md/_linux.cfg | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg
|
|
||||||
index 640b19c..31296a8 100644
|
|
||||||
--- a/pr/include/md/_linux.cfg
|
--- a/pr/include/md/_linux.cfg
|
||||||
+++ b/pr/include/md/_linux.cfg
|
+++ b/pr/include/md/_linux.cfg
|
||||||
@@ -499,7 +499,7 @@
|
@@ -499,7 +499,7 @@
|
||||||
@@ -26,6 +24,12 @@ index 640b19c..31296a8 100644
|
|||||||
|
|
||||||
#ifdef __MIPSEB__
|
#ifdef __MIPSEB__
|
||||||
#define IS_BIG_ENDIAN 1
|
#define IS_BIG_ENDIAN 1
|
||||||
--
|
@@ -511,7 +511,7 @@
|
||||||
2.14.1
|
#error "Unknown MIPS endianness."
|
||||||
|
#endif
|
||||||
|
|
||||||
|
-#if _MIPS_SIM == _ABI64
|
||||||
|
+#if _MIPS_SIM == _MIPS_SIM_ABI64
|
||||||
|
|
||||||
|
#define IS_64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user