mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Explicitly specify library search path when building cross binutils
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
d9e5af3644
commit
e97e355b64
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue