Home
last modified time | relevance | path

Searched refs:arches (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgen-bootlin-toolchains26 arches = { variable
253 for c in arches[self.arch]['conditions']:
374 if 'test_options' in arches[self.arch]:
375 test_options = arches[self.arch]['test_options']
377 test_options = arches[self.arch]['conditions']
388 f.write(" toolchain_prefix = \"%s-linux\"\n" % arches[self.arch]['prefix'])
400 for arch, details in arches.items():
431 for arch, details in arches.items():
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-aarch64-add-armv9-a-to-march.patch10 * config/aarch64/aarch64-arches.def (AARCH64_ARCH): Added
20 gcc/config/aarch64/aarch64-arches.def | 1 +
25 diff --git a/gcc/config/aarch64/aarch64-arches.def b/gcc/config/aarch64/aarch64-arches.def
27 --- a/gcc/config/aarch64/aarch64-arches.def
28 +++ b/gcc/config/aarch64/aarch64-arches.def
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py161 arches = set()
172 arches.add(m.group(1))
175 return arches
182 arches = set()
186 arches = arches | parse_arches_from_config_in(fname)
187 return arches
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0001-Check-for-MAP_SYNC-in-sys-mman.h.patch6 Not all arches have wired MAP_SYNC e.g. mips
9 for such arches.
12 sys/mman.h, and returns the right values for arches
15 for kernel headers and ignored arches
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars15 …-flags.h options.h flag-types.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
20 …-flags.h options.h flag-types.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
29arches.def aarch64-fusion-pairs.def aarch64-tuning-flags.def real.h fixed-value.h tree-check.h c-f…
33 …s.h flag-types.h config/aarch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
36 …s.h flag-types.h config/aarch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
37 …s.h flag-types.h config/aarch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
39 …-flags.h options.h flag-types.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
40arches.def aarch64-fusion-pairs.def aarch64-tuning-flags.def aarch64-cores.def hard-reg-set.h vec.…
44 …s.h flag-types.h config/aarch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion…
45 OPTIONS_H=options.h flag-types.h config/aarch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def…
[all …]
H A Dinsn-attr.h25 extern enum arches get_attr_arch (rtx_insn *);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dradiotap-headers.rst70 entities. Some arches like Blackfin cannot deal with an attempt to
73 which will do it bytewise on the arches that require that.
125 * iterator.this_arg for type "type" safely on all arches.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/
H A Devtest_1.34.bb13 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/
H A Dutouch-evemu_git.bb11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
H A Dutouch-frame_git.bb15 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dfix-build-on-non-x86.patch1 Description: non-x86 arches do not have PAGE_SIZE
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libyang/
H A Dlibyang_2.0.164.bb18 # Due to valgrind not supported on these arches:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-profile.bb34 # systemtap needs elfutils which is not fully buildable on some arches/libcs
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-aio_linux-Check-if-syscall-exists-before-using-it.patch6 Return -ENOSYS if not implememented, fixes build on arches like RISCV32
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/
H A D0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.patch29 + # Gcc does support -fcf-protection on few arches only
/OK3568_Linux_fs/buildroot/package/evtest/
H A D0002-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/evtest/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t
/OK3568_Linux_fs/buildroot/package/paxtest/
H A D0002-paxtest-page-alignment-ARM-and-NIOS2-arch.patch34 #define PAGE_SIZE_MAX 0x10000 /* 64k should cover most arches */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fwts/
H A Dfwts_22.01.00.bb26 # We end up linker barfing with undefined symbols on ppc64 but not on other arches
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch11 -I/usr/include/aarch64-linux-gnu during cross compile and since arches
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0006-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] chromium: Fix build on 32bit arches with 64bit time_t
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch6 Helps compiling with gcc on newer arches e.g. riscv32 where these
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch4 Subject: [PATCH] Fix build on 32bit arches with 64bit time_t

123