| /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 | 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 | 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 | 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 | 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
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler-intel.h | 2 #error "Please don't include <linux/compiler-intel.h> directly, include <linux/compiler.h> instead." 7 /* Some compiler specific definitions are overwritten here 8 * for Intel ECC compiler 13 /* Intel ECC compiler doesn't support gcc specific asm stmts. 30 * Given that this compiler does not have inline assembly, a compiler barrier 35 /* Intel ECC compiler doesn't support __builtin_types_compatible_p() */
|
| H A D | compiler-clang.h | 2 #error "Please don't include <linux/compiler-clang.h> directly, include <linux/compiler.h> instead." 5 /* Some compiler specific definitions are overwritten here 6 * for Clang compiler
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/ |
| H A D | 0001-Makefile-Detect-compiler-in-makefile.patch | 4 Subject: [PATCH] Makefile: Detect compiler in makefile 6 Add compiler specific options based on detected compiler gcc/clang 24 +COMPILER := clang 26 +COMPILER := gcc 28 +export COMPILER 32 +ifeq ($(COMPILER),clang) 36 +ifeq ($(COMPILER),gcc)
|
| /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/u-boot/scripts/ |
| H A D | gcc-version.sh | 17 compiler="$*" 19 if [ ${#compiler} -eq 0 ]; then 20 echo "Error: No compiler specified." 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-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0008-Remove-Werror-flag.patch | 48 …set(TS_DEBUG_INFO_FLAGS "-fdiagnostics-show-option -gdwarf-2" CACHE STRING "Compiler flags to add … 49 …set(TS_MANDATORY_AARCH_FLAGS "-mstrict-align -march=armv8-a+crc -DARM64=1" CACHE STRING "Compiler … 50 -set(TS_WARNING_FLAGS "-Wall -Werror" CACHE STRING "Compiler flags affecting generating warning mes… 51 +set(TS_WARNING_FLAGS "-Wall" CACHE STRING "Compiler flags affecting generating warning messages.") 61 …set(TS_DEBUG_INFO_FLAGS "-fdiagnostics-show-option -gdwarf-2" CACHE STRING "Compiler flags to add … 62 set(TS_MANDATORY_AARCH_FLAGS "" CACHE STRING "Compiler flags configuring architecture specific ") 63 -set(TS_WARNING_FLAGS "-Wall -Werror" CACHE STRING "Compiler flags affecting generating warning mes… 64 +set(TS_WARNING_FLAGS "-Wall" CACHE STRING "Compiler flags affecting generating warning messages.") 74 …set(TS_DEBUG_INFO_FLAGS "-fdiagnostics-show-option -gdwarf-2" CACHE STRING "Compiler flags to add … 75 …set(TS_MANDATORY_AARCH_FLAGS "-fpic -mstrict-align -march=armv8-a+crc" CACHE STRING "Compiler flag… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | no-musttail-arm.patch | 12 Upstream-Status: Inappropriate [work around to avoid clang compiler crash] 19 Source/WTF/wtf/Compiler.h | 2 +- 22 diff --git a/Source/WTF/wtf/Compiler.h b/Source/WTF/wtf/Compiler.h 24 --- a/Source/WTF/wtf/Compiler.h 25 +++ b/Source/WTF/wtf/Compiler.h 27 #if COMPILER(CLANG)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
| H A D | no-musttail-arm.patch | 12 Upstream-Status: Inappropriate [work around to avoid clang compiler crash] 19 Source/WTF/wtf/Compiler.h | 2 +- 22 diff --git a/Source/WTF/wtf/Compiler.h b/Source/WTF/wtf/Compiler.h 24 --- a/Source/WTF/wtf/Compiler.h 25 +++ b/Source/WTF/wtf/Compiler.h 27 #if COMPILER(CLANG)
|
| /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/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 …]
|
| /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-devtools/concurrencykit/concurrencykit/ |
| H A D | 0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch | 7 We can not run binaries during cross compile, so poke at compiler to 23 printf "Finding suitable compiler........" 39 + COMPILER=gcc 41 + COMPILER=clang 43 + COMPILER="not-found" 76 -COMPILER=`./.1 2> /dev/null` 81 +if test "$COMPILER" = "not-found"; then 82 assert "" "update compiler"
|
| /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 \
|
| /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-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/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/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}"
|