diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-17 16:27:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:43:41 +0000 |
commit | 6c3dd24e596002577dc5775ddc5e8a75e88a717c (patch) | |
tree | c79fb4875fd175eedb2a98cca51a63d466a29e65 /meta/recipes-sato/webkit | |
parent | 66d6c031b06da91f90c96db57438fd312b95588d (diff) | |
download | poky-6c3dd24e596002577dc5775ddc5e8a75e88a717c.tar.gz |
webkit-gtk: force arm mode to work around binutils segfault
* this is just work around, would be better to fix in toolchain
(From OE-Core rev: 2df59dad90f31aa48113ad8afe1af084b71a6a2c)
(From OE-Core rev: 3648cf8f02601ac57787f81cb199677434970b34)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_svn.bb | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index 5eb9b2efc7..1cdb80005b 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -14,7 +14,7 @@ SRCREV_FORMAT = "source" | |||
14 | 14 | ||
15 | SRCREV = "90727" | 15 | SRCREV = "90727" |
16 | PV = "1.5.1+svnr${SRCPV}" | 16 | PV = "1.5.1+svnr${SRCPV}" |
17 | PR = "r0" | 17 | PR = "r1" |
18 | 18 | ||
19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
20 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \ | 20 | svn://svn.webkit.org/repository/webkit/trunk/;module=Source;proto=http;name=source \ |
@@ -45,6 +45,22 @@ EXTRA_OECONF = "\ | |||
45 | 45 | ||
46 | EXTRA_AUTORECONF = " -I Source/autotools " | 46 | EXTRA_AUTORECONF = " -I Source/autotools " |
47 | 47 | ||
48 | #| ./Source/JavaScriptCore/heap/HandleTypes.h: In static member function 'static T* JSC::HandleTypes<T>::getFromSlot(JSC::HandleSlot) [with T = JSC::Structure, JSC::HandleTypes<T>::ExternalType = JSC::Structure*, JSC::HandleSlot = JSC::JSValue*]': | ||
49 | #| ./Source/JavaScriptCore/heap/Handle.h:141:79: instantiated from 'JSC::Handle<T>::ExternalType JSC::Handle<T>::get() const [with T = JSC::Structure, JSC::Handle<T>::ExternalType = JSC::Structure*]' | ||
50 | #| ./Source/JavaScriptCore/runtime/ScopeChain.h:39:75: instantiated from here | ||
51 | #| ./Source/JavaScriptCore/heap/HandleTypes.h:38:130: warning: cast from 'JSC::JSCell*' to 'JSC::HandleTypes<JSC::Structure>::ExternalType {aka JSC::Structure*}' increases required alignment of target type [-Wcast-align] | ||
52 | #| {standard input}: Assembler messages: | ||
53 | #| {standard input}:28873: Error: invalid immediate: 983040 is out of range | ||
54 | #| {standard input}:28873: Error: value of 983040 too large for field of 2 bytes at 15110 | ||
55 | #| /OE/shr-core/tmp/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.2/as: BFD (GNU Binutils) 2.21.1 assertion fail /OE/shr-core/tmp/work/armv4t-oe-linux-gnueabi/binutils-cross-2.21.1a-r0/binutils-2.21.1/bfd/elf.c:2819 | ||
56 | #| arm-oe-linux-gnueabi-g++: internal compiler error: Segmentation fault (program as) | ||
57 | #| Please submit a full bug report, | ||
58 | #| with preprocessed source if appropriate. | ||
59 | #| See <http://gcc.gnu.org/bugs.html> for instructions. | ||
60 | #| make[1]: *** [Source/JavaScriptCore/jit/libjavascriptcoregtk_1_0_la-JIT.lo] Error 1 | ||
61 | #| make[1]: Leaving directory `/OE/shr-core/tmp/work/armv4t-oe-linux-gnueabi/webkit-gtk-1.5.1+svnr90727-r0' | ||
62 | ARM_INSTRUCTION_SET = "arm" | ||
63 | |||
48 | do_configure_append() { | 64 | do_configure_append() { |
49 | # somethings wrong with icu, fix it up manually | 65 | # somethings wrong with icu, fix it up manually |
50 | for makefile in $(find ${S} -name "GNUmakefile") ; do | 66 | for makefile in $(find ${S} -name "GNUmakefile") ; do |