summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-04 21:46:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-04 21:46:52 +0100
commit17b1218c61278ee70b35134d4956b3322303448d (patch)
treeb41e818f7a155a215501b9c27782343339ed0382 /toolchain/gcc
parent17b776bab6e6414b735f2f62f8e3783717fa3248 (diff)
get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink to ld
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index d5375751c..d766c2c32 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -312,15 +312,6 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
ln -sf $(GNU_TARGET_NAME)-gcc $(GNU_TARGET_NAME)-gcc-${PKG_VERSION} && \
ln -sf $(GNU_TARGET_NAME)-g++ $(GNU_TARGET_NAME)-g++-${PKG_VERSION} \
)
-ifeq ($(ADK_TARGET_USE_GOLD),y)
- (cd $(TOOLCHAIN_DIR)/usr/bin && \
- ln -sf $(GNU_TARGET_NAME)-ld.gold $(GNU_TARGET_NAME)-ld)
-else
-ifeq (ADK_TOOLCHAIN_BINUTILS_2_20_1),)
- (cd $(TOOLCHAIN_DIR)/usr/bin && \
- ln -sf $(GNU_TARGET_NAME)-ld.bfd $(GNU_TARGET_NAME)-ld)
-endif
-endif
cd $(STAGING_TARGET_DIR)/lib && \
ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so && \
ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so.6