/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/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-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/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-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/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-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/linux/tools/memory-model/Documentation/ |
H A D | control-dependencies.txt | 6 help you prevent your compiler from breaking your code. However, 9 your own code, even in the absence of help from your compiler. 41 WRITE_ONCE() are optional. Without the READ_ONCE(), the compiler might 43 the compiler might fuse the store to "b" with other stores. Worse yet, 44 the compiler might convert the store into a load and a check followed 45 by a store, and this compiler-generated load would not be ordered by 48 Furthermore, if the compiler is able to prove that the value of variable 56 In particular, although READ_ONCE() does force the compiler to emit a 57 load, it does *not* force the compiler to actually use the loaded value. 90 assembly code, after all of the compiler and link-time optimizations [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | utils.py | 421 compiler = d.getVar("BUILD_CC") 423 if compiler.startswith('ccache '): 424 compiler = compiler[7:] 430 output = subprocess.check_output("%s --version" % compiler, \ 433 bb.fatal("Error running %s --version: %s" % (compiler, e.output.decode("utf-8"))) 437 bb.fatal("Can't get compiler version from %s --version output" % compiler) 440 return compiler, version 449 compiler = d.getVar("BUILD_CC") 451 if compiler.startswith('ccache '): 452 compiler = compiler[7:] [all …]
|
/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/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/ |
H A D | protobuf-c_1.5.0.bb | 31 PACKAGE_BEFORE_PN = "${PN}-compiler" 33 FILES:${PN}-compiler = "${bindir}" 35 RDEPENDS:${PN}-compiler = "protobuf-compiler" 36 RDEPENDS:${PN}-dev += "${PN}-compiler"
|
H A D | protobuf_4.25.5.bb | 29 PACKAGECONFIG:class-native ?= "compiler" 30 PACKAGECONFIG:class-nativesdk ?= "compiler" 32 PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF" 101 PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite" 103 FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" 111 RDEPENDS:${PN}-compiler = "${PN}" 112 RDEPENDS:${PN}-dev += "${@bb.utils.contains('PACKAGECONFIG', 'compiler', '${PN}-compiler', '', d)}"
|
/openbmc/libmctp/ |
H A D | meson.build | 51 compiler = meson.get_compiler('c') variable 54 compiler.links( 78 compiler.links( 94 compiler.links( 116 compiler.links( 173 sizeof_mctp = compiler.sizeof( 178 sizeof_binding_i2c = compiler.sizeof(
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | uninitialized_var.cocci | 7 /// For any compiler warnings about uninitialized variables, just add 10 /// compiler warnings (e.g. "unused variable"). If the compiler thinks it 11 /// is uninitialized, either simply initialize the variable or make compiler 13 /// obviously redundant, the compiler's dead-store elimination pass will make
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch | 17 src/compiler/meson.build | 2 +- 41 diff --git a/src/compiler/meson.build b/src/compiler/meson.build 43 --- a/src/compiler/meson.build 44 +++ b/src/compiler/meson.build
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu_dereference.rst | 27 compiler from deducing the resulting pointer value. Please see 29 for an example where the compiler can in fact deduce the exact 39 The compiler simply knows too much about integral values to 57 "(x-(uintptr_t)x)" for char* pointers. The compiler is within its 96 explained, if the two pointers are equal, the compiler could 104 Because the compiler now knows that the value of "p" is exactly 119 compiler knows that the pointer is NULL, you had better 121 non-equal, the compiler is none the wiser. Therefore, 126 Since there are no subsequent dereferences, the compiler 184 - The pointers are not equal *and* the compiler does [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/ |
H A D | parallelism.patch | 23 # GNU 'C' compiler Linux build with threads, largefiles, async I/O 32 # GNU 'C' compiler Linux build for powerpc chip with threads, largefiles, async I/O 41 # GNU 'C' compiler Linux build for sparc chip with threads, largefiles, async I/O 50 # GNU 'C' compiler Linux build with threads, largefiles, async I/O 59 # GNU 'C' compiler Linux build for powerpc chip with threads, largefiles, async I/O 68 # GNU 'C' compiler Linux build with threads, largefiles, async I/O 77 # GNU 'C' compiler Linux build with threads, largefiles, async I/O 86 # GNU 'C' compiler Linux build with S/390, threads, largfiles, async I/O 95 # GNU 'C' compiler Linux build with S/390, threads, largfiles, async I/O
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/ |
H A D | turbostat_3.4.bb | 58 cp -r ${STAGING_KERNEL_DIR}/tools/include/linux/compiler.h ${S} 60 cp -r ${STAGING_KERNEL_DIR}/tools/include/linux/compiler-gcc.h ${S} 67 sed -i 's#<linux/compiler.h>#"compiler.h"#' build_bug.h 68 sed -i 's#<linux/compiler_types.h>#"compiler_types.h"#' compiler.h 69 sed -i 's#<linux/compiler-gcc.h>#"compiler-gcc.h"#' compiler_types.h
|
/openbmc/linux/scripts/ |
H A D | Kconfig.include | 27 # Return y if the compiler supports <flag>, n otherwise 40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found) 43 # Get the C compiler name, version, and error out if it is not supported. 45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.) 62 # $(m32-flag): -m32 if the compiler supports it, or an empty string otherwise. 63 # $(m64-flag): -m64 if the compiler supports it, or an empty string otherwise.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0004-v8-don-t-override-ARM-CFLAGS.patch | 14 Causing the latter to override the former, and compiler warnings: 39 - # Host built with an Arm CXX compiler. 64 # Host not built with an Arm CXX compiler (simulator build). 72 - # Target built with an Arm CXX compiler. 97 # Target not built with an Arm CXX compiler (simulator build).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/ |
H A D | grpc_1.68.0.bb | 13 PACKAGE_BEFORE_PN = "${PN}-compiler" 15 RDEPENDS:${PN}-compiler = "${PN}" 16 RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler" 20 # RDEPENDS:${PN}-dev += "${PN}-compiler" 64 FILES:${PN}-compiler += " \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/ |
H A D | capnproto_1.0.2.bb | 25 FILES:${PN}-compiler = "${bindir}" 27 PACKAGE_BEFORE_PN = "${PN}-compiler" 28 RDEPENDS:${PN}-dev += "${PN}-compiler"
|
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 480 #define __diag_ignore(compiler, version, option, comment) \ argument 481 __diag_ ## compiler(version, ignore, option) 482 #define __diag_warn(compiler, version, option, comment) \ argument 483 __diag_ ## compiler(version, warn, option) 484 #define __diag_error(compiler, version, option, comment) \ argument 485 __diag_ ## compiler(version, error, option)
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0001-stdlib-Add-strlcat.patch | 14 include/compiler.h | 4 ++++ 52 diff --git a/include/compiler.h b/include/compiler.h 54 --- a/include/compiler.h 55 +++ b/include/compiler.h 89 +#include "compiler.h"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/ |
H A D | libextutils-cppguess-perl_0.27.bb | 1 SUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags" 3 compiler that is compatible with the C compiler that your perl was built \
|