Home
last modified time | relevance | path

Searched refs:gold (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch11 generate larger .interp section for gold linker as well
18 gold/layout.cc | 2 +-
23 diff --git a/gold/layout.cc b/gold/layout.cc
25 --- a/gold/layout.cc
26 +++ b/gold/layout.cc
H A D0006-warn-for-uses-of-system-directories-when-cross-linki.patch97 --enable-gold[=ARG] build gold [ARG={default,yes,no}]
117 # Check whether --enable-gold was given.
138 dnl Use --enable-gold to decide if this linker should be the default.
139 dnl "install_as_default" is set to false if gold is the default linker.
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,spm.yaml21 - qcom,sdm660-gold-saw2-v4.1-l2
23 - qcom,msm8998-gold-saw2-v4.1-l2
30 - qcom,msm8976-gold-saw2-v2.3-l2
76 compatible = "qcom,msm8998-gold-saw2-v4.1-l2", "qcom,saw2";
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils.inc59 LDGOLD_ALTS ?= "ld.gold dwp"
118 …@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '--e…
205 …if bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', True, False, d) and bb.utils.contains_any('T…
206 …s not _yet_ support RISC-V and LoongArch architecture please remove ld-is-gold from DISTRO_FEATURE…
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A D0001-configure-Prune-PIE-flags.patch9 well so we end up with conflicting options -shared -pie, which gold
12 security flags are enabled and gold or not-gold options are used
/openbmc/openbmc/poky/meta/recipes-extended/ltp/
H A Dltp_20240129.bb38 # Version 20220527 added KVM test infrastructure which currently fails to build with gold due to
39 # SORT_NONE in linker script which isn't supported by gold:
42 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"
47 # it fails with gold also a bit later when trying to use *-payload.bin
49 # work around this by forcing .bfd linked in LD when ld-is-gold is in DISTRO_FEATURES
50 KVM_LD = "${@bb.utils.contains_any('DISTRO_FEATURES', 'ld-is-gold ld-is-lld', '${HOST_PREFIX}ld.bfd…
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dgold-unversioned-symbol.patch1 fuse: Fix linking issues with gold linker
3 fuse has problems when linking with gold since it uses version
14 http://blog.flameeyes.eu/2011/06/01/gold-readiness-obstacle-2-base-versioning
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dlibstd-rs_1.75.0.bb50 # Since 1.70.0 upgrade this fails to build with gold:
53 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd', '', d)}"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch6 some distros may use gold as system linker and it crashes while linking the app
10 …oe-linux/gcc/aarch64-yoe-linux/11.0.1/ld: internal error in do_layout, at ../../gold/object.cc:1939
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlvm2.inc62 # gold doesn't like multiple dm_bitset_parse_list definitions in libdm/.exported_symbols.DM_1_02_13…
64 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd", '', d)}"
/openbmc/linux/scripts/
H A Dld-version.sh41 elif [ "$1" = GNU -a "$2" = gold ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/
H A Dlibhugetlbfs_git.bb51 #The CUSTOM_LDSCRIPTS doesn't work with the gold linker
54 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/
H A Ddirectfb.inc35 # Workaround for linking issues seen with armv7a + gold
36 LDFLAGS:append:arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d…
/openbmc/openbmc/poky/meta/recipes-extended/newt/files/
H A D0001-detect-gold-as-GNU-linker-too.patch4 Subject: [PATCH] detect gold as GNU linker too
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-always-use-bfd-linker.patch6 its possible that distros choose to default to gold linker
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/
H A Dffmpeg_6.1.1.bb140 # gold crashes on x86, another solution is to --disable-asm but thats more hacky
141 # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684
143 LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/
H A Drpidistro-ffmpeg_4.3.4.bb150 # gold crashes on x86, another solution is to --disable-asm but thats more hacky
151 # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684
152 LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d…
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/
H A D0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch6 gold refuses to link in undefined weak symbols which
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0007-CMakeLists.txt-do-not-use-ccache.patch34 # Use gold linker if instructed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch5 with gold
10 add_person_cpp otherwise it fails to link with gold:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/
H A Dkonkretcmpi_0.9.2.bb27 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
/openbmc/openbmc/poky/meta/recipes-support/libunwind/
H A Dlibunwind_1.6.2.bb33 LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bf…
/openbmc/openbmc/poky/meta/recipes-extended/newt/
H A Dlibnewt_0.52.24.bb23 file://0001-detect-gold-as-GNU-linker-too.patch \
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dgrub-module-explicitly-keeps-symbole-.module_license.patch58 -R .note.gnu.gold-version -R .note.GNU-stack \
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch4 Subject: [PATCH 7/7] explicitly link libapr against phtread to make gold happy

123