summaryrefslogtreecommitdiffstats
path: root/rules/glibc-crt.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-09-19 18:11:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-12 08:15:32 +0100
commit25206cb6bda2fbdc6bcac699668cd36243e37e5b (patch)
tree995e7d6d77fb52cd78e1c48b6f7136a90a577d0a /rules/glibc-crt.make
parent1065d702aa45ecaeb74dd4827bb65d0893417813 (diff)
downloadOSELAS.Toolchain-25206cb6bda2fbdc6bcac699668cd36243e37e5b.tar.gz
OSELAS.Toolchain-25206cb6bda2fbdc6bcac699668cd36243e37e5b.tar.xz
glibc: allways use ld.bfd regardless of the default
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glibc-crt.make')
-rw-r--r--rules/glibc-crt.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/glibc-crt.make b/rules/glibc-crt.make
index eaceadc..8b4d90a 100644
--- a/rules/glibc-crt.make
+++ b/rules/glibc-crt.make
@@ -25,6 +25,7 @@ GLIBC_CRT_DIR = $(BUILDDIR)/$(GLIBC)-crt-build
GLIBC_CRT_PATH := PATH=$(CROSS_PATH)
GLIBC_CRT_ENV := \
+ CC="$(CROSS_CC) -fuse-ld=bfd" \
BUILD_CC=$(HOSTCC) \
\
ac_cv_path_GREP=grep \