Home
last modified time | relevance | path

Searched refs:compiler (Results 26 – 50 of 699) sorted by relevance

12345678910>>...28

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb1 SUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags"
3 compiler that is compatible with the C compiler that your perl was built \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A D0001-m4-Just-emit-the-first-line-of-compiler-version.patch4 Subject: [PATCH] m4: Just emit the first line of compiler version
24 - echo "/* generated using a gnu compiler version" `$CC --version` "*/" \
25 + echo "/* generated using a gnu compiler version" `$CC --version|head -1` "*/" \
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0001-stdlib-Add-strlcat.patch14 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-oe/recipes-connectivity/thrift/
H A Dthrift_0.20.0.bb50 ln -sf thrift ${D}/${bindir}/thrift-compiler
60 PACKAGE_BEFORE_PN = "${PN}-compiler lib${BPN} lib${BPN}z lib${BPN}nb lib${BPN}-c-glib"
65 FILES:${PN}-compiler = "${bindir}/*"
68 RRECOMMENDS:${PN} = "${PN}-compiler lib${BPN}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D0001-configure-Filter-out-buildpaths-from-CC.patch26 [The C compiler we are using])
38 - [The C compiler we're using])
42 + [The C compiler we are using])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/
H A D0001-Makefile-Detect-compiler-in-makefile.patch4 Subject: [PATCH] Makefile: Detect compiler in makefile
6 Add compiler specific options based on detected compiler gcc/clang
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0003-optee-enable-clang-support.patch8 compiler-rt. This is mitigated by including the variable as ammended.
24 # Note, use the compiler runtime library (libclang_rt.builtins.*.a) instead of
28 -rtlib=compiler-rt -print-libgcc-file-name 2> /dev/null)
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0008-libtool-Check-for-static-libs-for-internal-compiler-.patch2 Subject: [PATCH 08/12] libtool: Check for static libs for internal compiler libraries
5 find internal compiler libraries. Clang, however uses the absolute
8 compiler libraries.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/
H A Dwebui-vue_git.bb3 # class removes your compiler definitions, as it assumes that anything that
4 # requires a compiler is platform specific. Unfortunately, one of the build
5 # tools uses libsass for compiling the css templates, and it needs a compiler to
7 # Enabling allarch, then re-adding the compiler flags was the best of the bad
/openbmc/linux/Documentation/arch/ia64/
H A Dia64.rst21 compiler. And various software packages also compiled with an
22 IA-64 compliant GCC compiler.
35 compliant GCC compiler.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/
H A D0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch10 env. To build strpool, the compiler is host compiler, but
11 the CFLAGS and LDFLAGS are for cross-compiler, so unify them
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-sys-targets-targets.go-allow-users-to-override-hardc.patch7 Currently, cross compiler names are hardcoded for each os/arch combo. However,
9 Allow users to specify the cross compiler for an os/arch combo using
36 - // Don't use cross-compiler for native compilation, there are cases when this does not work:
45 + // Don't use cross-compiler for native compilation, there are cases when this does not work:
/openbmc/linux/arch/nios2/platform/
H A DKconfig.platform67 instruction. This will enable the -mhw-mul compiler flag.
73 instruction. Enables the -mhw-mulx compiler flag.
79 instruction. Enables the -mhw-div compiler flag.
87 the -mbmx compiler flag.
95 the -mcdx compiler flag.
100 Enables the -mcustom-fpu-cfg=60-1 compiler flag.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-configure-Check-for-Wno-error-format-truncation-comp.patch4 Subject: [PATCH] configure: Check for -Wno-error=format-truncation compiler
7 If this option is supported by compiler then disable it ( gcc7+)
8 Use -Werror to elevate the warning to an error in case compiler like clang
52 +# Check whether the given FLAG works with the current language's compiler
61 +# force the compiler to issue an error when a bad flag is given.
104 +AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmeson.build26 # Get compiler and default build type
40 # Add compiler arguments
76 # if compiler is gnu-gcc , and version is > 8.0 then we add few more
77 # compiler arguments , we know that will pass
/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/
H A Dgobject-introspection_1.78.1.bb11 file://tools/compiler.c;endline=20;md5=fc5007fc20022720e6c0b0cdde41fabd \
93 # Write out a wrapper for g-ir-compiler, which runs the target version of it through qemu.
94 …# g-ir-compiler writes out the raw content of a C struct to disk, and therefore is architecture de…
95 cat > ${B}/g-ir-compiler-wrapper << EOF
97 ${STAGING_BINDIR}/g-ir-scanner-qemuwrapper ${STAGING_BINDIR}/g-ir-compiler "\$@"
99 chmod +x ${B}/g-ir-compiler-wrapper
130 install ${B}/g-ir-compiler-wrapper ${D}${bindir}/
144 -e "s|g_ir_compiler=.*|g_ir_compiler=${bindir}/g-ir-compiler-wrapper|" \
164 rm -f ${PKGD}${bindir}/g-ir-compiler-wrapper
168 SSTATE_SCAN_FILES += "g-ir-scanner-qemuwrapper g-ir-scanner-wrapper g-ir-compiler-wrapper g-ir-scan…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass114 # binary but Yocto's compiler and linker commands have
142 # Apply a required subset of CC crate compiler flags
169 # compiler is used by gcc-rs
175 # Yocto Build / Rust Host C compiler
177 # Yocto Build / Rust Host C++ compiler
184 # Yocto Target / Rust Target C compiler
186 # Yocto Target / Rust Target C++ compiler
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-cmake-Add-check-for-atomic-support.patch6 Detect if libatomic should be linked in or compiler and platform can
98 + message(FATAL_ERROR "Host compiler must support std::atomic!")
101 + message(FATAL_ERROR "Host compiler appears to require libatomic, but cannot find it.")
114 + message(FATAL_ERROR "Host compiler must support std::atomic!")
117 + message(FATAL_ERROR "Host compiler appears to require libatomic, but cannot find it.")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi/
H A Dcc.patch1 Change the efi-cc argument to take an array, so that we can pass compiler flags
49 -option('efi-cc', type : 'string', value : 'gcc', description : 'the compiler to use for EFI module…
50 +option('efi-cc', type : 'array', value : ['gcc'], description : 'the compiler to use for EFI modul…
/openbmc/pam-ipmi/
H A Dmeson.build16 compiler = meson.get_compiler('c') variable
33 pam = compiler.find_library('pam', required: true)
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/
H A Dccache_4.9.1.bb1 SUMMARY = "a fast C/C++ compiler cache"
2 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A Dice-mcpp.patch18 + /* Define target compiler. */
26 + /* Define target compiler. */
32 + /* Define host compiler. */
44 + /* Define host compiler. */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/
H A D0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch7 We can not run binaries during cross compile, so poke at compiler to
23 printf "Finding suitable compiler........"
82 assert "" "update compiler"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch4 Subject: [PATCH] powerpc: Do not ask compiler for finding arch
32 # cpu, don't let the generic configure append extra compiler options.
48 # cpu, don't let the generic configure append extra compiler options.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/
H A Dpessimizing-move.patch1 let compiler decide on copy elision
2 Fixes compiler errors with clang

12345678910>>...28