Home
last modified time | relevance | path

Searched refs:compiler (Results 51 – 75 of 699) sorted by relevance

12345678910>>...28

/openbmc/linux/Documentation/kbuild/
H A Dgcc-plugins.rst10 compiler [1]_. They are useful for runtime instrumentation and static analysis.
16 Plugin source files have to be compilable by a C++ compiler.
39 compiler features that are neither in GCC nor Clang upstream. Once
45 upstream compiler support (in either GCC or Clang).
106 Run gcc (native or cross-compiler) to ensure plugin headers are detected::
/openbmc/openbmc/poky/meta/recipes-multimedia/x264/x264/
H A Ddon-t-default-to-cortex-a9-with-neon.patch26 - [ $compiler == CL ] || echo $CFLAGS | grep -Eq '(-mcpu|-march|-mfpu)' || CFLAGS="$CFLAGS -mcpu…
29 if [ $compiler = CL ] && cpp_check '' '' 'defined(_M_ARM) && _M_ARM >= 7' ; then
H A DFix-X32-build-by-disabling-asm.patch28 - [ $compiler = GNU ] && CFLAGS="-m64 $CFLAGS" && LDFLAGS="-m64 $LDFLAGS"
29 + if [ $compiler = GNU ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch9 -# If you are running a cross compiler, you may want to set this
31 # check if compiler option is supported
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/
H A Dcmake.inc6 using simple platform and compiler independent configuration files. CMake \
7 generates native makefiles and workspaces that can be used in the compiler \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D0001-Correct-clang-compiler-flags.patch4 Subject: [PATCH] Correct clang compiler flags
6 Fix misplaced quotes, this was leading to spurious ; in compiler cmdline
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Do-not-use-Werror-with-clang.patch20 message("GLM: Clang - ${CMAKE_CXX_COMPILER_ID} compiler")
29 message("GLM: GCC - ${CMAKE_CXX_COMPILER_ID} compiler")
/openbmc/libpldm/
H A Dmeson.build22 compiler = meson.get_compiler('c') variable
24 if compiler.has_header('poll.h')
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass14 # For the cross compiler, creates a tar.gz of our toolchain and sets
139 # allarch recipes don't use compiler
207 # Disable showing the caret in the GCC compiler output if the workaround is
261 # compiler to the toolchain, not ccache. Some distros (e.g. Fedora)
263 # would be found first when looking for the compiler.
295 # compiler environment package.
381 for compiler in $compilers; do
382 ln -sf $ICECC_BIN $ICE_PATH/symlinks/$compiler
383 cat <<-__EOF__ > $ICE_PATH/$compiler
388 $ICE_PATH/symlinks/$compiler "\$@"
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dclang-warnings.patch6 Certain options maybe compiler specific therefore its better
10 but compiler can forget that it was format string since its not
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drepro-issue-fix-with-v175.patch13 --- a/compiler/rustc_session/src/session.rs 2023-12-21 08:55:28.000000000 -0800
14 +++ b/compiler/rustc_session/src/session.rs 2024-02-26 07:29:15.527577022 -0800
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch4 Subject: [PATCH] buildinfo: strip sysroot and debug-prefix-map from compiler
11 compiler command line used to compile objects. This breaks
15 Add stripped build variables for the compiler and cflags lines, and use
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch29 + * When the secret size is known, the compiler can improve the performance
74 * so that the compiler can properly optimize the vectorized loop.
84 * to the compiler, so that it can properly optimize the vectorized loop.
/openbmc/linux/Documentation/
H A Dmemory-barriers.txt678 the compiler's ignorance from breaking your code.
801 equal to zero, in which case the compiler is within its rights to
846 the compiler to use the results.
861 compiler cannot reorder volatile accesses and also cannot reorder
863 of reasoning, the compiler might compile the two writes to 'b' as
1636 compiler that it doesn't know as much as it thinks it does:
1692 There is nothing to prevent the compiler from transforming
1868 compiler and the CPU from reordering them.
1877 compiler barrier in a UP compilation.
2078 the reordering, not the compiler. If the compiler (or, for
[all …]
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0001-check-for-available-arm-optimizations.patch7 http://sources.debian.net/src/mpeg2dec/0.5.1-7/debian/patches/65_arm-test-with-compiler.patch/
43 dnl TenDRA portability checking compiler
H A Daltivec_h_needed.patch13 In gcc-4.3.3, __APPLE_ALTIVEC__ is not defined by compiler, neither
17 However in gcc-4.5.0, __APPLE_ALTIVEC__ is defined by compiler,
/openbmc/u-boot/board/freescale/mx6ullevk/
H A DREADME4 - First make sure you have installed the dtc package (device tree compiler):
6 $ sudo apt-get install device-tree-compiler
/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/
H A D0001-confiure.ac-Believe-the-cflags-from-environment.patch7 are passed on compiler cmdline, it does not use
38 # FIXME: We make mandatory compiler options optional here. We should
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker2 # Docker toolchain cross-compiler
4 # This dockerfile is used for building a cross-compiler toolchain.
/openbmc/qemu/docs/devel/
H A Datomics.rst10 to instruct the compiler and the CPU to restrict the order to something
26 - compiler barriers: ``barrier()``;
47 ``barrier()`` prevents the compiler from moving the memory accesses on
48 either side of it to the other side. The compiler barrier has no direct
52 architectures, CPU guarantees are strong enough that blocking compiler
55 compiler barriers.
140 stores: both the compiler and the processor are free to reorder
206 ``smp_read_barrier_depends()`` can be just a compiler barrier on
218 also be compiler barriers only.
438 our fingers hoping that the compiler will generate atomic accesses,
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-acpi49 - ASCII ASL compiler vendor ID
52 - ASL compiler version
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive/
H A Dconfigurehack.patch14 +# Checks for typedefs, structures, and compiler characteristics.
34 -# Checks for typedefs, structures, and compiler characteristics.
/openbmc/qemu/
H A Dconfigure107 compiler="$1"
114 echo $compiler "$@" >> config.log
115 $compiler "$@" >> config.log 2>&1 || return $?
857 --cc=CC use C compiler CC [$cc]
858 --host-cc=CC when cross compiling, use C compiler CC for code run
860 --cxx=CXX use C++ compiler CXX [$cxx]
861 --objcc=OBJCC use Objective-C compiler OBJCC [$objcc]
862 --extra-cflags=CFLAGS append extra C compiler flags CFLAGS
863 --extra-cxxflags=CXXFLAGS append extra C++ compiler flags CXXFLAGS
866 --cross-cc-ARCH=CC use compiler when building ARCH guest test cases
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/
H A D0001-Fix-warnings-found-by-clang-compiler.patch4 Subject: [PATCH] Fix warnings found by clang compiler
7 compiler
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch90 AC_CACHE_CHECK([whether the compiler is using the ARM hard-float ABI],
124 AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
192 AC_CACHE_CHECK([whether the compiler is using the 2008 NaN encoding],
240 # Define default-abi according to compiler flags.
241 AC_CACHE_CHECK([whether the compiler is using the PowerPC64 ELFv2 ABI],
252 AC_CACHE_CHECK([whether the compiler defines _CALL_ELF],

12345678910>>...28