From efeba0a5ef9eb4b8fd53a68cd3758a23872a391d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 4 Apr 2011 18:49:28 -0700 Subject: [PATCH] angstrom-core-tweaks.inc: Remove redundant flag from TARGET_LDFLAGS bitbake.conf from oe-core also appends TARGET_LINK_HASH_STYLE to TARGET_LDFLAGS Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-core-tweaks.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/distro/include/angstrom-core-tweaks.inc index c2d0070..f788390 100644 --- a/conf/distro/include/angstrom-core-tweaks.inc +++ b/conf/distro/include/angstrom-core-tweaks.inc @@ -2,7 +2,6 @@ # bitbake.conf stuff: -TARGET_LDFLAGS += "${TARGET_LINK_HASH_STYLE}" TOOLCHAIN_PATH ?= "${STAGING_DIR_NATIVE}${prefix_native}/bin/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}" TOOLCHAIN_SYSPATH ?= "${TOOLCHAIN_PATH}/${TARGET_SYS}"