diff options
Diffstat (limited to 'recipes-qt/qt5/qtscript.inc')
-rw-r--r-- | recipes-qt/qt5/qtscript.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-qt/qt5/qtscript.inc b/recipes-qt/qt5/qtscript.inc deleted file mode 100644 index 5a534f0d..00000000 --- a/recipes-qt/qt5/qtscript.inc +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | # qemuarm build fails with: | ||
4 | # /OE/build/oe-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtscript/5.4.1+gitAUTOINC+822df36f25-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h: In member function 'void QTJSC::AssemblerBuffer::putInt64Unchecked(int64_t)': | ||
5 | #/OE/build/oe-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtscript/5.4.1+gitAUTOINC+822df36f25-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h:106:58: warning: cast from 'char*' to 'int64_t* {aka long long int*}' increases required alignment of target type [-Wcast-align] | ||
6 | # *reinterpret_cast<int64_t*>(&m_buffer[m_size]) = value; | ||
7 | # ^ | ||
8 | #{standard input}: Assembler messages: | ||
9 | #{standard input}:22: Error: selected processor does not support Thumb mode `stmdb sp!,{r1-r3}' | ||
10 | #{standard input}:23: Error: selected processor does not support Thumb mode `stmdb sp!,{r4-r8,lr}' | ||
11 | #{standard input}:30: Error: lo register required -- `ldmia sp!,{r4-r8,lr}' | ||
12 | #{standard input}:43: Error: lo register required -- `ldmia sp!,{r4-r8,lr}' | ||
13 | ARM_INSTRUCTION_SET = "arm" | ||
14 | |||
15 | # There are no LGPLv3-only licensed files in this component. | ||
16 | # Note that some files are LGPL-2.1 only without Digia-Qt-LGPL-Exception-1.1. | ||
17 | DEPENDS += "qtbase" | ||