Unset LD and AR so binutils doesn't get confused during the build process
This commit is contained in:
parent
33f6765a5c
commit
bd56c7f496
@ -36,6 +36,8 @@ cd toolchain/build/binutils
|
|||||||
|
|
||||||
unset CC
|
unset CC
|
||||||
unset CXX
|
unset CXX
|
||||||
|
unset LD
|
||||||
|
unset AR
|
||||||
|
|
||||||
../binutils-$LUNA_BINUTILS_VERSION_REQUIRED/configure --prefix="$BUILD_PREFIX" --target=$BUILD_TARGET --disable-nls --with-sysroot=$BUILD_SYSROOT --disable-werror | filter-lines "binutils" "configure"
|
../binutils-$LUNA_BINUTILS_VERSION_REQUIRED/configure --prefix="$BUILD_PREFIX" --target=$BUILD_TARGET --disable-nls --with-sysroot=$BUILD_SYSROOT --disable-werror | filter-lines "binutils" "configure"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user