Home
last modified time | relevance | path

Searched refs:gcc (Results 1 – 25 of 1806) sorted by relevance

12345678910>>...73

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-pass.h66 namespace gcc
99 opt_pass (const pass_data&, gcc::context *);
112 gcc::context *m_ctxt;
119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass()
129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass()
171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d()
200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass()
342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt);
343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt);
344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt);
[all …]
/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 Dtree-pass.h66 namespace gcc
99 opt_pass (const pass_data&, gcc::context *);
112 gcc::context *m_ctxt;
119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass()
129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass()
171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d()
200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass()
342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt);
343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt);
344 extern gimple_opt_pass *make_pass_tsan (gcc::context *ctxt);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch13 tools/build/src/tools/gcc.jam | 144 ----------------------------------
16 diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
18 --- a/tools/build/src/tools/gcc.jam
19 +++ b/tools/build/src/tools/gcc.jam
29 -# The 'native' option appeared in gcc 4.2 so we cannot safely use it as default.
31 -toolset.flags gcc OPTIONS <architecture>x86/<address-model>32/<instruction-set> : -march=i686 ;
32 -cpu-flags gcc OPTIONS : x86 : native : -march=native ;
33 -cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ;
34 -cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ;
35 -cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch9 This breaks the assumption of hardcoded multilib in gcc
23 gcc/config/aarch64/aarch64-linux.h | 4 ++--
24 gcc/config/alpha/linux-elf.h | 4 ++--
25 gcc/config/arm/linux-eabi.h | 6 +++---
26 gcc/config/arm/linux-elf.h | 2 +-
27 gcc/config/i386/linux.h | 4 ++--
28 gcc/config/i386/linux64.h | 12 ++++++------
29 gcc/config/linux.h | 8 ++++----
30 gcc/config/microblaze/linux.h | 4 ++--
31 gcc/config/mips/linux.h | 18 +++++++++---------
[all …]
H A D0012-Ensure-target-gcc-headers-can-be-included.patch4 Subject: [PATCH] Ensure target gcc headers can be included
7 gcc-runtime target (omp.h, ssp/*.h). Being installed from a recipe
10 found by gcc with the existing search paths. Add support for
11 picking up these headers under the sysroot supplied on the gcc
14 Extend target gcc headers search to musl too
21 gcc/Makefile.in | 2 ++
22 gcc/config/linux.h | 8 ++++++++
23 gcc/config/rs6000/sysv4.h | 8 ++++++++
24 gcc/cppdefault.c | 4 ++++
27 diff --git a/gcc/Makefile.in b/gcc/Makefile.in
[all …]
H A D0004-arm-add-armv9-a-architecture-to-march.patch12 gcc/ChangeLog:
26 gcc/testsuite/ChangeLog:
28 * gcc.target/arm/multilib.exp: Update test with armv9-a entries.
35 gcc/config/arm/arm-cpus.in | 19 +++++++++++++++++
36 gcc/config/arm/arm-tables.opt | 7 +++++--
37 gcc/config/arm/arm.h | 3 ++-
38 gcc/config/arm/t-aprofile | 25 +++++++++++++++++++----
39 gcc/config/arm/t-arm-elf | 9 ++++++++
40 gcc/config/arm/t-multilib | 12 +++++++++++
41 gcc/doc/invoke.texi | 1 +
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dipq8074.dtsi7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h>
93 clocks = <&gcc GCC_USB1_AUX_CLK>,
94 <&gcc GCC_USB1_PHY_CFG_AHB_CLK>,
98 resets = <&gcc GCC_USB1_PHY_BCR>,
99 <&gcc GCC_USB3PHY_1_PHY_BCR>;
109 clocks = <&gcc GCC_USB1_PIPE_CLK>;
120 clocks = <&gcc GCC_USB1_PHY_CFG_AHB_CLK>,
124 resets = <&gcc GCC_QUSB2_1_PHY_BCR>;
136 clocks = <&gcc GCC_USB0_AUX_CLK>,
137 <&gcc GCC_USB0_PHY_CFG_AHB_CLK>,
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/gcc-initial/
H A Dgcc-initial.hash1 # From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
2 …37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
3 # From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
4 …7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
5 # From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
6 …1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
7 # From https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/sha512.sum
8 …bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 gcc-12.2.0.tar.xz
11 …2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release…
13 …f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-201…
/OK3568_Linux_fs/buildroot/package/gcc/gcc-target/
H A Dgcc-target.hash1 # From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
2 …37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
3 # From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
4 …7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
5 # From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
6 …1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
7 # From https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/sha512.sum
8 …bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 gcc-12.2.0.tar.xz
11 …2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release…
13 …f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-201…
/OK3568_Linux_fs/buildroot/package/gcc/gcc-final/
H A Dgcc-final.hash1 # From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
2 …37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
3 # From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
4 …7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
5 # From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
6 …1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
7 # From https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/sha512.sum
8 …bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 gcc-12.2.0.tar.xz
11 …2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release…
13 …f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-201…
/OK3568_Linux_fs/buildroot/package/gcc/
H A Dgcc.hash1 # From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum
2 …37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz
3 # From https://gcc.gnu.org/pub/gcc/releases/gcc-10.4.0/sha512.sum
4 …7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648 gcc-10.4.0.tar.xz
5 # From https://gcc.gnu.org/pub/gcc/releases/gcc-11.3.0/sha512.sum
6 …1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7 gcc-11.3.0.tar.xz
7 # From https://gcc.gnu.org/pub/gcc/releases/gcc-12.2.0/sha512.sum
8 …bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173 gcc-12.2.0.tar.xz
11 …2cf27620f94434767ce06b6cf4ca3dfb57f81d6eda92752befaf095ea5e564a9181b4659c gcc-arc-2020.09-release…
13 …f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-201…
H A DConfig.in.host10 Select the version of gcc you wish to use.
13 bool "gcc arc (10.x)"
19 bool "gcc 8.x"
21 # ARC HS48 rel 31 only supported by gcc arc fork.
28 bool "gcc 10.x"
30 # powerpc spe support has been deprecated since gcc 8.x.
31 # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
33 # ARC HS48 rel 31 only supported by gcc arc fork.
38 bool "gcc 11.x"
40 # powerpc spe support has been deprecated since gcc 8.x.
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch10 gcc 8.4, 9.3 and 10 produce a broken rootfs that trigger illegal
13 gcc 8.3, 9.2 are the latest working gcc version.
14 git bisect between gcc 8.4 and 8.4 allowed to identify
19 Reported to gcc:
20 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98784
23 Cc: Eric Botcazou <ebotcazou@gcc.gnu.org>
25 gcc/config/sparc/sparc-protos.h | 1 -
26 gcc/config/sparc/sparc.c | 121 +++++++-----------
27 gcc/config/sparc/sparc.md | 5 +-
28 .../gcc.c-torture/compile/20191108-1.c | 14 --
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch10 gcc 8.4, 9.3 and 10 produce a broken rootfs that trigger illegal
13 gcc 8.3, 9.2 are the latest working gcc version.
14 git bisect between gcc 8.4 and 8.4 allowed to identify
20 Cc: Eric Botcazou <ebotcazou@gcc.gnu.org>
22 gcc/config/sparc/sparc-protos.h | 1 -
23 gcc/config/sparc/sparc.c | 121 +++++++-----------
24 gcc/config/sparc/sparc.md | 5 +-
25 .../gcc.c-torture/compile/20191108-1.c | 14 --
26 gcc/testsuite/gcc.target/sparc/overflow-3.c | 2 +-
27 gcc/testsuite/gcc.target/sparc/overflow-4.c | 2 +-
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
24 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
27 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
24 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
27 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dqcom-ipq8064.dtsi5 #include <dt-bindings/clock/qcom,gcc-ipq806x.h>
8 #include <dt-bindings/reset/qcom,gcc-ipq806x.h>
245 clocks = <&gcc GSBI2_H_CLK>;
259 clocks = <&gcc GSBI2_UART_CLK>, <&gcc GSBI2_H_CLK>;
269 clocks = <&gcc GSBI2_QUP_CLK>, <&gcc GSBI2_H_CLK>;
283 clocks = <&gcc GSBI4_H_CLK>;
297 clocks = <&gcc GSBI4_UART_CLK>, <&gcc GSBI4_H_CLK>;
307 clocks = <&gcc GSBI4_QUP_CLK>, <&gcc GSBI4_H_CLK>;
320 clocks = <&gcc GSBI5_H_CLK>;
334 clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>;
[all …]
H A Dqcom-ipq4019.dtsi8 #include <dt-bindings/clock/qcom,gcc-ipq4019.h>
54 clocks = <&gcc GCC_APPS_CLK_SRC>;
68 clocks = <&gcc GCC_APPS_CLK_SRC>;
82 clocks = <&gcc GCC_APPS_CLK_SRC>;
96 clocks = <&gcc GCC_APPS_CLK_SRC>;
187 gcc: clock-controller@1800000 { label
188 compatible = "qcom,gcc-ipq4019";
197 clocks = <&gcc GCC_PRNG_AHB_CLK>;
219 clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>,
220 <&gcc GCC_DCD_XO_CLK>;
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-target.inc2 require gcc-configure-common.inc
10 # Configure gcc running on the target to default to an architecture which will
11 # be compatible with that of gcc-runtime (which is cross compiled to be target
13 # affect the ABI in the gcc-runtime libs. Since we can't rely on gcc on the
25 # set in subdir gcc, so subdir libcc1 can't use it, export it here to
44 ${bindir}/${TARGET_PREFIX}gcc* \
46 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \
47 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/g++-mapper-server \
48 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
49 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
[all …]
H A Dgcc-multilib-config.inc1 # following code modifies these definitions in the gcc config
9 # For more information on use of these variables look at these files in the gcc source code
10 # gcc/config/i386/t-linux64
11 # gcc/config/mips/t-linux64
12 # gcc/config/rs6000/t-linux64
13 # gcc/config/i386/linux64.h
14 # gcc/config/mips/linux64.h
15 # gcc/config/rs6000/linux64.h
26 src_conf_dir = '%s/gcc/config' % srcdir
27 build_conf_dir = '%s/gcc/config' % builddir
[all …]
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dgcc-plugins.rst26 .. [1] https://gcc.gnu.org/onlinedocs/gccint/Plugins.html
27 .. [2] https://gcc.gnu.org/onlinedocs/gccint/Plugin-API.html#Plugin-API
28 .. [3] https://gcc.gnu.org/onlinedocs/gccint/GIMPLE.html
29 .. [4] https://gcc.gnu.org/onlinedocs/gccint/IPA.html
30 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html
38 **$(src)/scripts/gcc-plugins**
42 **$(src)/scripts/gcc-plugins/gcc-common.h**
45 It should be always included instead of individual gcc headers.
47 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
48 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
[all …]
/OK3568_Linux_fs/external/linux-rga/cross/
H A Dcross_file_aarch64.txt2 …nux/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin/…
3 cpp = '/home1/yqw/linux/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-…
4 ar = '/home1/yqw/linux/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-n…
5 strip = '/home1/yqw/linux/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch6…
6 pkgconfig = '/home1/yqw/linux/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x8…
16gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/aarch64-rockch…

12345678910>>...73