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 <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-04-04 18:49:28 -07:00
committed by Koen Kooi
parent 6c7de4104a
commit efeba0a5ef

View File

@@ -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}"