summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/expat/Makefile1
-rw-r--r--toolchain/gcc/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/expat/Makefile b/toolchain/expat/Makefile
index 6d1c6215b..1affc7b28 100644
--- a/toolchain/expat/Makefile
+++ b/toolchain/expat/Makefile
@@ -17,6 +17,7 @@ $(WRKBUILD)/.configured:
--enable-static \
--disable-shared \
--without-docbook \
+ --without-tests \
);
touch $@
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index fb03e9633..af036de1a 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -399,7 +399,7 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
# remove duplicate tools, convert hardlinks to symlinks
set -e; \
cd $(TOOLCHAIN_DIR)/usr/$(GNU_TARGET_NAME)/bin; \
- for app in ar as c++ g++ gcc ld ld.gold ld.bfd nm objcopy objdump ranlib strip; do \
+ for app in ar as c++ g++ gcc ld ld.bfd nm objcopy objdump ranlib strip; do \
ln -sf ../../bin/$(GNU_TARGET_NAME)-$${app} $${app}; \
done;
(cd $(TOOLCHAIN_DIR)/usr/bin && \