All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix-for-mips-n32.patch: remove it
@ 2016-01-08  9:12 Robert Yang
  2016-01-08  9:12 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-01-08  9:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 5661d8cb7849df62358368743134c0aaf523965e:

  image: Really remove lockfiles flag (2016-01-07 13:41:47 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/qt4
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/qt4

Robert Yang (1):
  fix-for-mips-n32.patch: remove it

 .../qt4/qt4-4.8.7/fix-for-mips-n32.patch           |   38 --------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] fix-for-mips-n32.patch: remove it
  2016-01-08  9:12 [PATCH 0/1] fix-for-mips-n32.patch: remove it Robert Yang
@ 2016-01-08  9:12 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-01-08  9:12 UTC (permalink / raw)
  To: openembedded-core

Not needed it any more since qt4 has been moved to meta-qt4.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../qt4/qt4-4.8.7/fix-for-mips-n32.patch           |   38 --------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch

diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch b/meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch
deleted file mode 100644
index 9f90b78..0000000
--- a/meta/recipes-qt/qt4/qt4-4.8.7/fix-for-mips-n32.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 269b1a82e654d9b8d682d861b4d0db0bd50d3106 Mon Sep 17 00:00:00 2001
-From: Robert Yang <liezhi.yang@windriver.com>
-Date: Fri, 27 Nov 2015 03:09:07 +0000
-Subject: [PATCH] wtf/Platform.h: fix build for mips n32
-
-If _ABIN32 is defined, it should go into 32 bit branch.
-
-Fixed:
-./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]':
-runtime/JSValueInlineMethods.h:495:44:   required from here
-./wtf/Assertions.h:326:47: error: size of array is negative
- #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1]
-
-https://bugreports.qt.io/browse/QTBUG-39224
-
-Upstream-Status: Submitted
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
----
- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h b/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
-index e8b03be..dfc6a74 100644
---- a/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
-+++ b/src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h
-@@ -147,7 +147,7 @@
- /* CPU(MIPS) - MIPS 32-bit and 64-bit */
- #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_) \
-     || defined(__mips64))
--#if defined(__mips64)
-+#if defined(__mips64) && !defined(_ABIN32)
- #define WTF_CPU_MIPS64 1
- #define WTF_MIPS_ARCH __mips64
- #else
--- 
-2.5.0
-
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-08  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-08  9:12 [PATCH 0/1] fix-for-mips-n32.patch: remove it Robert Yang
2016-01-08  9:12 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.