/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch | 11 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 D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 97 --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/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils.inc | 59 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 D | 0001-configure-Prune-PIE-flags.patch | 9 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 D | ltp_20240930.bb | 39 # Version 20220527 added KVM test infrastructure which currently fails to build with gold due to 40 # SORT_NONE in linker script which isn't supported by gold: 43 LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-fuse-ld=bfd', '', d)}" 48 # it fails with gold also a bit later when trying to use *-payload.bin 50 # work around this by forcing .bfd linked in LD when ld-is-gold is in DISTRO_FEATURES 51 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 D | gold-unversioned-symbol.patch | 1 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/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/ |
H A D | libhugetlbfs_2.24.bb | 53 #The CUSTOM_LDSCRIPTS doesn't work with the gold linker 55 if [ "${@bb.utils.filter('DISTRO_FEATURES', 'ld-is-gold', d)}" ]; then 61 ln -sf ld.hugetlbfs ${S}/ld.gold
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | libstd-rs_1.81.0.bb | 52 # Since 1.70.0 upgrade this fails to build with gold: 55 LDFLAGS += "${@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 D | 0002-Enforce-using-good-old-BFD-linker.patch | 6 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 D | lvm2.inc | 62 # 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 D | ld-version.sh | 41 elif [ "$1" = GNU -a "$2" = gold ]; then
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ |
H A D | ffmpeg_7.1.bb | 145 # gold crashes on x86, another solution is to --disable-asm but thats more hacky 146 # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684 148 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 D | rpidistro-ffmpeg_5.1.4.bb | 144 # gold crashes on x86, another solution is to --disable-asm but thats more hacky 145 # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684 146 LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d…
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Symlinks | 5 distro, before creating the "gold" (or "final") release discs.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/ |
H A D | directfb.inc | 37 # Workaround for linking issues seen with armv7a + gold 38 LDFLAGS:append:arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 5 with gold 10 add_person_cpp otherwise it fails to link with gold:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/ |
H A D | 0001-detect-gold-as-GNU-linker-too.patch | 4 Subject: [PATCH] detect gold as GNU linker too
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-always-use-bfd-linker.patch | 6 its possible that distros choose to default to gold linker
|
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/ |
H A D | 0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch | 6 gold refuses to link in undefined weak symbols which
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0007-CMakeLists.txt-do-not-use-ccache.patch | 34 # Use gold linker if instructed
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/ |
H A D | konkretcmpi_0.9.2.bb | 27 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
H A D | libnewt_0.52.24.bb | 23 file://0001-detect-gold-as-GNU-linker-too.patch \
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | grub-module-explicitly-keeps-symbole-.module_license.patch | 58 -R .note.gnu.gold-version -R .note.GNU-stack \
|
/openbmc/openbmc/poky/meta/recipes-support/libunwind/ |
H A D | libunwind_1.6.2.bb | 33 LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bf…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/ |
H A D | openwsman_2.7.2.bb | 37 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd ", '', d)}"
|