From e97e355b64343e296e9daa591007d1d3efcbbace Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 19 May 2018 00:31:01 +0200 Subject: [PATCH] Explicitly specify library search path when building cross binutils Signed-off-by: David Oberhollenzer --- pkg/tc-binutils/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/tc-binutils/build b/pkg/tc-binutils/build index c9f0150..d17e825 100755 --- a/pkg/tc-binutils/build +++ b/pkg/tc-binutils/build @@ -11,7 +11,8 @@ prepare() { build() { $1/configure --prefix="$TCDIR" --target="$TARGET" --disable-nls \ - --with-sysroot="$TCDIR/$TARGET" --disable-multilib + --with-sysroot="$TCDIR/$TARGET" --disable-multilib \ + --with-lib-path="$TCDIR/$TARGET/lib" make configure-host make -j $NUMJOBS