]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
binutils-cross: Disable gprofng for when building cross binutils
authorKhem Raj <raj.khem@gmail.com>
Sun, 7 Aug 2022 22:21:19 +0000 (15:21 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 8 Aug 2022 16:41:55 +0000 (09:41 -0700)
This does not work in cross settings yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/binutils/binutils-cross.inc

index 02ec891606d6fc971ea0a0e03ea5bff7a40e6e59..835d4fa69b731ac14fc072208b93947219fbc40b 100644 (file)
@@ -16,6 +16,7 @@ SRC_URI += "file://0002-binutils-cross-Do-not-generate-linker-script-directo.pat
 # and mean the linker scripts have to be relocated.
 EXTRA_OECONF += "--with-sysroot=${STAGING_DIR_TARGET} \
                 --disable-install-libbfd \
+                --disable-gprofng \
                 --enable-poison-system-directories \
                 --with-lib-path==${target_base_libdir}:=${target_libdir} \
                 "