| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0001-limit-number-of-LTO-jobs.patch | 15 build/config/compiler/BUILD.gn | 12 ++++++------ 16 build/config/compiler/compiler.gni | 5 +++++ 19 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 21 --- a/build/config/compiler/BUILD.gn 22 +++ b/build/config/compiler/BUILD.gn 23 @@ -683,7 +683,7 @@ config("compiler") { 32 @@ -696,11 +696,11 @@ config("compiler") { 49 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni 51 --- a/build/config/compiler/compiler.gni 52 +++ b/build/config/compiler/compiler.gni
|
| H A D | 0011-Revert-Use-ffile-compilation-dir-instead-of-fdebug-c.patch | 22 build/config/compiler/BUILD.gn | 21 ++++++--------------- 23 build/config/compiler/compiler.gni | 7 +++++-- 26 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 28 --- a/build/config/compiler/BUILD.gn 29 +++ b/build/config/compiler/BUILD.gn 65 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni 67 --- a/build/config/compiler/compiler.gni 68 +++ b/build/config/compiler/compiler.gni
|
| H A D | 0005-BUILD-do-not-specify-march-on-arm.patch | 8 via compiler cmdline to chromium build 10 I think upstream should check for the values on compiler cmdline 18 build/config/compiler/BUILD.gn | 10 ---------- 21 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 23 --- a/build/config/compiler/BUILD.gn 24 +++ b/build/config/compiler/BUILD.gn
|
| H A D | 0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch | 6 clang cross compiler that is build with meta-clang has lot of these 7 settings built-in and specifying them here confuses the compiler 20 build/config/compiler/BUILD.gn | 38 ---------------------------------- 23 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 25 --- a/build/config/compiler/BUILD.gn 26 +++ b/build/config/compiler/BUILD.gn 95 - # Tells the compiler not to use absolute paths when passing the default 101 - # Same for links: Let the compiler driver invoke the linker 104 - # directly there, not through the compiler driver.
|
| H A D | 0007-Delete-compiler-options-not-available-in-release-ver.patch | 4 Subject: [PATCH] Delete compiler options not available in release versions of 12 build/config/compiler/BUILD.gn | 5 +++++ 15 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 17 --- a/build/config/compiler/BUILD.gn 18 +++ b/build/config/compiler/BUILD.gn
|
| H A D | 0015-drop-gsimple-template-names.patch | 10 build/config/compiler/BUILD.gn | 8 +++++--- 13 diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn 15 --- a/build/config/compiler/BUILD.gn 16 +++ b/build/config/compiler/BUILD.gn 17 @@ -825,9 +825,11 @@ config("compiler") {
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0035-compiler-rt-Enable-__int128-for-ppc32.patch | 4 Subject: [PATCH] compiler-rt: Enable __int128 for ppc32 9 compiler-rt/lib/builtins/CMakeLists.txt | 7 +++---- 10 compiler-rt/lib/builtins/int_types.h | 2 +- 13 diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt 15 --- a/compiler-rt/lib/builtins/CMakeLists.txt 16 +++ b/compiler-rt/lib/builtins/CMakeLists.txt 46 diff --git a/compiler-rt/lib/builtins/int_types.h b/compiler-rt/lib/builtins/int_types.h 48 --- a/compiler-rt/lib/builtins/int_types.h 49 +++ b/compiler-rt/lib/builtins/int_types.h
|
| H A D | 0022-compiler-rt-Use-mcr-based-barrier-on-armv6.patch | 4 Subject: [PATCH] compiler-rt: Use mcr based barrier on armv6 11 compiler-rt/lib/builtins/arm/sync-ops.h | 8 ++++---- 12 compiler-rt/lib/builtins/assembly.h | 8 ++++++++ 15 diff --git a/compiler-rt/lib/builtins/arm/sync-ops.h b/compiler-rt/lib/builtins/arm/sync-ops.h 17 --- a/compiler-rt/lib/builtins/arm/sync-ops.h 18 +++ b/compiler-rt/lib/builtins/arm/sync-ops.h 53 diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h 55 --- a/compiler-rt/lib/builtins/assembly.h 56 +++ b/compiler-rt/lib/builtins/assembly.h
|
| H A D | 0036-compiler-rt-builtins-Move-DMB-definition-to-syn-opsh.patch | 4 Subject: [PATCH] [compiler-rt][builtins] Move DMB definition to syn-ops.h 21 compiler-rt/lib/builtins/arm/sync-ops.h | 8 ++++++++ 22 compiler-rt/lib/builtins/assembly.h | 8 -------- 25 diff --git a/compiler-rt/lib/builtins/arm/sync-ops.h b/compiler-rt/lib/builtins/arm/sync-ops.h 27 --- a/compiler-rt/lib/builtins/arm/sync-ops.h 28 +++ b/compiler-rt/lib/builtins/arm/sync-ops.h 44 diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h 46 --- a/compiler-rt/lib/builtins/assembly.h 47 +++ b/compiler-rt/lib/builtins/assembly.h
|
| H A D | 0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch | 4 Subject: [PATCH] compiler-rt: Simplify cross-compilation. Don't use 12 3) add_subdirectory(compiler-rt/test) from clang instead of compiler-rt. 14 https://us.codeaurora.org/patches/quic/llvm/50683/compiler-rt-cross-compilation.patch 19 compiler-rt/CMakeLists.txt | 11 ++++++++++- 22 diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt 24 --- a/compiler-rt/CMakeLists.txt 25 +++ b/compiler-rt/CMakeLists.txt
|
| H A D | 0025-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch | 4 Subject: [PATCH] compiler-rt: Link scudo with SANITIZER_CXX_ABI_LIBRARIES 9 projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommonLibc.armhf.dir/sanitizer_posi… 14 compiler-rt/lib/scudo/CMakeLists.txt | 1 + 17 diff --git a/compiler-rt/lib/scudo/CMakeLists.txt b/compiler-rt/lib/scudo/CMakeLists.txt 19 --- a/compiler-rt/lib/scudo/CMakeLists.txt 20 +++ b/compiler-rt/lib/scudo/CMakeLists.txt
|
| H A D | 0026-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch | 4 Subject: [PATCH] compiler-rt: Link scudo standalone with libatomic on mips 12 compiler-rt/lib/scudo/standalone/CMakeLists.txt | 4 ++++ 15 diff --git a/compiler-rt/lib/scudo/standalone/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/CMa… 17 --- a/compiler-rt/lib/scudo/standalone/CMakeLists.txt 18 +++ b/compiler-rt/lib/scudo/standalone/CMakeLists.txt
|
| H A D | 0032-Correct-library-search-path-for-OpenEmbedded-Host.patch | 11 compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang 13 -isystem/path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/include 15 /path/to/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/CMakeCComp… 22 b59da142f2b0:$ /path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/cla… 23 programs: =/build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/us… 24 …/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/lib/clang/13.0.1:/build/… 27 b59da142f2b0:$ /path/to/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/cla… 28 programs: =/build/tmp-glibc/work/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/us… 29 …compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/lib/clang/13.0.1:/usr/lib/x86_64-wrs-linux/…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-mips-Use-32bit-cast-for-operand-on-mips32.patch | 7 …rc/compiler/backend/mips/code-generator-mips.cc: In member function 'void v8::internal::compiler::… 8 ../deps/v8/src/compiler/backend/mips/code-generator-mips.cc:4233:48: error: call of overloaded 'Ope… 16 deps/v8/src/compiler/backend/mips/code-generator-mips.cc | 2 +- 19 diff --git a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc b/deps/v8/src/compiler/backen… 21 --- a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc 22 +++ b/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
|
| /OK3568_Linux_fs/yocto/meta-clang/ |
| H A D | README.md | 3 # meta-clang (C/C++ frontend and LLVM compiler backend) 6 C/C++ compiler for OpenEmbedded/Yocto Project based distributions. This can cohabit 7 with GNU compiler and can be used for specific recipes or full system compiler. 38 Note that by default gcc will remain the system compiler, however if you wish 39 clang to be the default compiler then set 45 in `local.conf`, this would now switch default cross-compiler to be clang 60 compiler, switching to use LLVM runtime is done via a config metadata knob 69 Please note that this will still use crt files from GNU compiler always, while llvm now 95 Clang based cross compiler is not included into the generated SDK using `bitbake meta-toolchain` or 133 # compiler-rt failing in do_configure with custom TARGET_VENDOR [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
| H A D | 0001-meson-import-changes-from-3.0.-version.patch | 20 @@ -53,9 +53,9 @@ compiler = meson.get_compiler('c') 47 - compiler.find_library('ncursesw', required : false), 48 - compiler.find_library('panelw', required : false), 49 - compiler.find_library('tinfow', required : false), 70 + if compiler.has_header_symbol(f, 'get_wch', 91 + compiler.find_library('ncursesw', required : false), 92 + compiler.find_library('panelw', required : false) 97 if compiler.has_header_symbol(f, 'get_wch', 128 - compiler.find_library('ncurses', required : false), 129 - compiler.find_library('panel', required : false), [all …]
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 4 Subject: [PATCH] compiler*.h: sync include/linux/compiler*.h with Linux 16 include/linux/compiler-gcc.h | 259 ++++++++++++++++++++++++++++++++--------- 17 include/linux/compiler-gcc3.h | 23 ---- 18 include/linux/compiler-gcc4.h | 88 -------------- 19 include/linux/compiler-gcc5.h | 65 ----------- 20 include/linux/compiler-intel.h | 5 + 21 include/linux/compiler.h | 178 ++++++++++++++++++++++++++-- 23 delete mode 100644 include/linux/compiler-gcc3.h 24 delete mode 100644 include/linux/compiler-gcc4.h 25 delete mode 100644 include/linux/compiler-gcc5.h [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | clang-version.sh | 9 compiler="$*" 11 if ! ( $compiler --version | grep -q clang) ; then 16 MAJOR=$(echo __clang_major__ | $compiler -E -x c - | tail -n 1) 17 MINOR=$(echo __clang_minor__ | $compiler -E -x c - | tail -n 1) 18 PATCHLEVEL=$(echo __clang_patchlevel__ | $compiler -E -x c - | tail -n 1)
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 04_compiler_h_inb_outb_mips.diff | 4 Subject: [PATCH] compiler.h: don't define inb/outb and friends on mips 10 including compiler.h would get its own definition of IOPortBase. 12 hw/xfree86/common/compiler.h | 8 ++------ 16 diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h 18 --- a/hw/xfree86/common/compiler.h 19 +++ b/hw/xfree86/common/compiler.h 45 +#include "compiler.h"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0004-chromium-Do-not-try-to-set-the-guessed-values-for.patch | 7 and fed it via compiler cmdline to chromium build 9 I think upstream should check for the values on compiler cmdline 19 chromium/build/config/compiler/BUILD.gn | 9 --------- 22 diff --git a/chromium/build/config/compiler/BUILD.gn b/chromium/build/config/compiler/BUILD.gn 24 --- a/chromium/build/config/compiler/BUILD.gn 25 +++ b/chromium/build/config/compiler/BUILD.gn
|
| /OK3568_Linux_fs/buildroot/package/mraa/ |
| H A D | 0002-CMakeLists.txt-add-BUILDCPP-option.patch | 17 is not a full path to an existing compiler tool. 55 -# Warning flags for the C++ compiler only 65 + # Warning flags for the C++ compiler only 82 -# Globally set C++ compiler warning flags that are supported and emit 90 - message (WARNING "C++ compiler does not support flag \"${flag}\"") 101 …essage(FATAL_ERROR "Target '${targetname}' requires c++11 which is not supported by this compiler") 105 + # Globally set C++ compiler warning flags that are supported and emit 113 + message (WARNING "C++ compiler does not support flag \"${flag}\"") 124 …essage(FATAL_ERROR "Target '${targetname}' requires c++11 which is not supported by this compiler") 154 -message (STATUS "INFO - CXX compiler Version ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/ |
| H A D | libidn-wr-cross-compile.patch | 5 Add support for cross-compile allowing the compiler binary to be 17 +my $compiler; 27 + "compiler=s" => \$compiler 36 + foreach my $cc ($compiler, qw/cc gcc/) 42 + if ($compiler == $cc)
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | common.inc | 14 file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ 15 file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ 21 file://0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ 26 file://0014-libcxx-Add-compiler-runtime-library-to-link-step-for.patch \ 34 file://0022-compiler-rt-Use-mcr-based-barrier-on-armv6.patch \ 35 file://0023-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch \ 37 file://0025-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ 38 file://0026-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \ 47 file://0035-compiler-rt-Enable-__int128-for-ppc32.patch \ 48 file://0036-compiler-rt-builtins-Move-DMB-definition-to-syn-opsh.patch \
|
| /OK3568_Linux_fs/buildroot/package/mpv/ |
| H A D | 0001-fix-powerpc64-altivec.patch | 7 Adjust the compiler flags to add -std=gnu99 (which is compatible with 13 waftools/detections/compiler.py | 3 ++- 16 diff --git a/waftools/detections/compiler.py b/waftools/detections/compiler.py 18 --- a/waftools/detections/compiler.py 19 +++ b/waftools/detections/compiler.py
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/shaderc/files/ |
| H A D | 0002-libshaderc_util-fix-glslang-header-file-location.patch | 11 libshaderc_util/src/compiler.cc | 2 +- 14 diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc 16 --- a/libshaderc_util/src/compiler.cc 17 +++ b/libshaderc_util/src/compiler.cc
|