| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0027-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch | 19 * fixes lib32-compiler-rt build failure: 22 CMake Error at TOPDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/r… 23 The C compiler 25 …"TOPDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/recipe-sysroot… 31 …Change Dir: TOPDIR/BUILD/work/raspberrypi4_64-oemllib32-linux-gnueabi/lib32-compiler-rt/16.0.6/bui… 33 …compiler-rt/16.0.6/recipe-sysroot-native/usr/bin/arm-oemllib32-linux-gnueabi/arm-oemllib32-linux-g… 34 …compiler-rt/16.0.6/recipe-sysroot-native/usr/bin/arm-oemllib32-linux-gnueabi/arm-oemllib32-linux-g… 36 …compiler-rt/16.0.6/recipe-sysroot-native/usr/bin/arm-oemllib32-linux-gnueabi/arm-oemllib32-linux-g…
|
| 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 20 compiler-rt/CMakeLists.txt | 11 ++++++++++- 23 diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt 25 --- a/compiler-rt/CMakeLists.txt 26 +++ b/compiler-rt/CMakeLists.txt
|
| H A D | 0023-compiler-rt-Enable-__int128-for-ppc32.patch | 4 Subject: [PATCH] compiler-rt: Enable __int128 for ppc32 9 compiler-rt/lib/builtins/CMakeLists.txt | 15 +++++++-------- 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 61 diff --git a/compiler-rt/lib/builtins/int_types.h b/compiler-rt/lib/builtins/int_types.h 63 --- a/compiler-rt/lib/builtins/int_types.h 64 +++ b/compiler-rt/lib/builtins/int_types.h
|
| H A D | 0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch | 4 Subject: [PATCH] compiler-rt: Exclude sync_fetch_and_* for any pre-ARMv6 targets 7 e.g. on Yocto the compiler used is called arm-poky-linux-gnueabi-clang 15 compiler-rt's makery tries to add arm to COMPILER_RT_SUPPORTED_ARCH 18 which ends up choosing `arm` as one of compiler-rt arch to build for. 31 This lets compiler-rt build for arm architectures without depending 32 upong compiler triple, but instead of poking the compiler for what 38 compiler-rt/lib/builtins/CMakeLists.txt | 12 ++++++++++++ 41 diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt 43 --- a/compiler-rt/lib/builtins/CMakeLists.txt 44 +++ b/compiler-rt/lib/builtins/CMakeLists.txt
|
| H A D | 0038-compiler-rt-Hardcode-uptr-sptr-typedefs-on-Mips-Linu.patch | 4 Subject: [PATCH] [compiler-rt] Hardcode uptr/sptr typedefs on Mips/Linux 8 `uptr` of either `unsigned long` or `unsigned int` in compiler-rt. This 14 As a workaround, this hardcodes `uptr`/`sptr` in compiler-rt to 20 compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h | 2 +- 23 diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h b/compiler-rt/lib/sanitizer… 25 --- a/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h 26 +++ b/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
|
| H A D | 0031-compiler-rt-Do-not-pass-target-to-clang-compiler.patch | 4 Subject: [PATCH] compiler-rt: Do not pass --target to clang compiler 12 compiler-rt/lib/fuzzer/CMakeLists.txt | 4 ---- 15 diff --git a/compiler-rt/lib/fuzzer/CMakeLists.txt b/compiler-rt/lib/fuzzer/CMakeLists.txt 17 --- a/compiler-rt/lib/fuzzer/CMakeLists.txt 18 +++ b/compiler-rt/lib/fuzzer/CMakeLists.txt
|
| H A D | 0026-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch | 4 Subject: [PATCH] compiler-rt: Undef _TIME_BITS along with _FILE_OFFSET_BITS in 11 In file included from compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp:17: 12 In file included from compiler-rt/lib/sanitizer_common/sanitizer_platform.h:25: 21 compiler-rt/lib/sanitizer_common/sanitizer_platform.h | 9 +++++++++ 24 diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h b/compiler-rt/lib/sanitizer_comm… 26 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform.h 27 +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
|
| H A D | 0025-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch | 4 Subject: [PATCH] compiler-rt: Fix stat struct's size for O32 ABI 16 diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/compiler-rt/lib/s… 18 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h 19 +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
|
| H A D | 0019-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch | 4 Subject: [PATCH] compiler-rt: Do not use backtrace APIs on non-glibc linux 14 diff --git a/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp b/compiler-rt/lib/gwp_asan/… 16 --- a/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp 17 +++ b/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
|
| /openbmc/u-boot/scripts/ |
| H A D | gcc-version.sh | 17 compiler="$*" 25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1) 26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1) 28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
|
| /openbmc/openbmc/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)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch | 30 ${LEX} ${AM_LFLAGS} -PAslCompiler -o$@ $(top_srcdir)/src/acpica/source/compiler/aslcompiler.l 42 …rser.y.h: $(top_srcdir)/src/acpica/source/compiler/dtcompilerparser.l $(top_srcdir)/src/acpica/sou… 44 …} -bdtcompilerparser -pDtCompilerParser $(top_srcdir)/src/acpica/source/compiler/dtcompilerparser.y 47 …rparser.y.h --output=dtcompilerparser.c $(top_srcdir)/src/acpica/source/compiler/dtcompilerparser.y 51 …dtparser.y.h: $(top_srcdir)/src/acpica/source/compiler/dtparser.l $(top_srcdir)/src/acpica/source/… 53 - ${YACC} ${AM_YFLAGS} -bdtparser -pDtParser $(top_srcdir)/src/acpica/source/compiler/dtparser.y 56 …arser --header=dtparser.y.h --output=dtparser.c $(top_srcdir)/src/acpica/source/compiler/dtparser.y 60 …prparser.y.h: $(top_srcdir)/src/acpica/source/compiler/prparser.l $(top_srcdir)/src/acpica/source/… 62 - ${YACC} ${AM_YFLAGS} -bprparser -pPrParser $(top_srcdir)/src/acpica/source/compiler/prparser.y 65 …arser --header=prparser.y.h --output=prparser.c $(top_srcdir)/src/acpica/source/compiler/prparser.y
|
| /openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
| H A D | 0002-libshaderc_util-fix-glslang-header-file-location.patch | 10 libshaderc_util/src/compiler.cc | 2 +- 13 diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc 15 --- a/libshaderc_util/src/compiler.cc 16 +++ b/libshaderc_util/src/compiler.cc
|
| /openbmc/openbmc/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 …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | rust-oe-selftest.patch | 8 diff --git a/compiler/rustc_errors/src/markdown/tests/term.rs b/compiler/rustc_errors/src/markdown/… 9 --- a/compiler/rustc_errors/src/markdown/tests/term.rs 10 +++ b/compiler/rustc_errors/src/markdown/tests/term.rs 19 diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs 20 --- a/compiler/rustc_interface/src/tests.rs 21 +++ b/compiler/rustc_interface/src/tests.rs 178 diff --git a/compiler/rustc_data_structures/src/tagged_ptr/copy/tests.rs b/compiler/rustc_data_stru… 180 --- a/compiler/rustc_data_structures/src/tagged_ptr/copy/tests.rs 181 +++ b/compiler/rustc_data_structures/src/tagged_ptr/copy/tests.rs 190 diff --git a/compiler/rustc_data_structures/src/tagged_ptr/drop/tests.rs b/compiler/rustc_data_stru… [all …]
|
| H A D | Zdual-proc-macros-additional-check.patch | 14 if target != compiler.host && cmd_kind != Kind::Check { 15 - let error = command(self.rustc(compiler)) 16 + let mut rustc_cmd = command(self.rustc(compiler)); 17 + self.add_rustc_lib_path(compiler, &mut rustc_cmd);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Tell-scons-to-use-build-settings-from-environment-va.patch | 31 - help='Select the C compiler to use') 32 + help='Select the C compiler to use', 36 help='Sets flags for the C and C++ compiler', 41 - help='Select the C++ compiler to use') 42 + help='Select the C++ compiler to use', 46 help='Sets flags for the C++ compiler',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/ |
| H A D | flatbuffers.bb | 9 PACKAGE_BEFORE_PN = "${PN}-compiler" 13 RDEPENDS:${PN}-compiler = "${PN}" 14 RDEPENDS:${PN}-dev += "${PN}-compiler" 31 FILES:${PN}-compiler = "${bindir}"
|
| /openbmc/libpldm/ |
| H A D | meson.build | 25 compiler = meson.get_compiler('c') variable 26 if compiler.has_argument('-Wvla') 31 if compiler.has_header('poll.h') 36 compiler.has_function_attribute('visibility:default', required: true) 39 ## Compile test until meson supports it via compiler.has_function_attribute() 41 if compiler.compiles( 44 name: 'compiler supports function attribute tainted_args',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
| H A D | common.inc | 25 file://0002-compiler-rt-support-a-new-embedded-linux-target.patch \ 26 file://0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch \ 32 file://0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch \ 42 file://0019-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch \ 46 file://0023-compiler-rt-Enable-__int128-for-ppc32.patch \ 48 file://0025-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch \ 49 file://0026-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch \ 54 file://0031-compiler-rt-Do-not-pass-target-to-clang-compiler.patch \ 60 file://0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch \ 61 file://0038-compiler-rt-Hardcode-uptr-sptr-typedefs-on-Mips-Linu.patch \
|
| H A D | compiler-rt-sanitizers_git.bb | 4 SUMMARY = "LLVM based C/C++ compiler Sanitizers Runtime" 7 HOMEPAGE = "http://compiler-rt.llvm.org/" 13 BPN = "compiler-rt-sanitizers" 26 LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a" 39 DEPENDS += "ninja-native virtual/crypt compiler-rt" 52 OECMAKE_TARGET_COMPILE = "compiler-rt" 53 OECMAKE_TARGET_INSTALL = "install-compiler-rt install-compiler-rt-headers" 68 -DLLVM_ENABLE_RUNTIMES='compiler-rt' \
|
| H A D | libcxx_git.bb | 15 PACKAGECONFIG ??= "compiler-rt exceptions ${@bb.utils.contains("TC_CXX_RUNTIME", "llvm", "unwind un… 17 PACKAGECONFIG:remove:class-native = "compiler-rt" 21 PACKAGECONFIG[compiler-rt] = "-DLIBCXX_USE_COMPILER_RT=ON -DLIBCXXABI_USE_COMPILER_RT=ON -DLIBUNWIN… 26 DEPENDS:append:class-nativesdk = " virtual/cross-c++ clang-crosssdk-${SDK_SYS} nativesdk-compiler-r… 27 DEPENDS:append:class-native = " clang-native compiler-rt-native" 29 COMPILER_RT ?= "${@bb.utils.contains("PACKAGECONFIG", "compiler-rt", "-rtlib=compiler-rt", "-rtlib=…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
| H A D | protobuf-c_1.5.1.bb | 33 PACKAGE_BEFORE_PN = "${PN}-compiler" 35 FILES:${PN}-compiler = "${bindir}" 37 RDEPENDS:${PN}-compiler = "protobuf-compiler" 38 RDEPENDS:${PN}-dev += "${PN}-compiler"
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | utils.py | 423 compiler = d.getVar("BUILD_CC") 425 if compiler.startswith('ccache '): 426 compiler = compiler[7:] 432 output = subprocess.check_output("%s --version" % compiler, \ 435 bb.fatal("Error running %s --version: %s" % (compiler, e.output.decode("utf-8"))) 439 bb.fatal("Can't get compiler version from %s --version output" % compiler) 442 return compiler, version 451 compiler = d.getVar("BUILD_CC") 453 if compiler.startswith('ccache '): 454 compiler = compiler[7:] [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | 0001-Use-CC-env-var-to-get-compiler-version.patch | 4 Subject: [PATCH v2] Use CC env var to get compiler version 11 cmd. This call retrieve the native gcc compiler install on host build 12 machine but not necessarily the compiler use to build the project (ex: 16 compiler to use at build, so this is the appropriate way to retrieve the 17 compiler version, when the CC env var is define.
|