summaryrefslogtreecommitdiffstats
path: root/rules/glibc-first.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/glibc-first.make')
-rw-r--r--rules/glibc-first.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc-first.make b/rules/glibc-first.make
index 1d994e0..3fc7c31 100644
--- a/rules/glibc-first.make
+++ b/rules/glibc-first.make
@@ -26,7 +26,7 @@ GLIBC_FIRST_BUILDDIR = $(BUILDDIR)/$(GLIBC)-first-build
GLIBC_FIRST_PATH := PATH=$(CROSS_PATH)
GLIBC_FIRST_ENV := \
- CC=$(CROSS_CC) \
+ CC="$(CROSS_CC) -fuse-ld=bfd" \
CXX=false \
BUILD_CC=$(HOSTCC) \
\