fixed binutils installing to wrong area
This commit is contained in:
@@ -9,7 +9,7 @@ bootstrap() {
|
|||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
|
|
||||||
../configure \
|
../configure \
|
||||||
--prefix="$SYSROOT/tools" \
|
--prefix="$SYSROOT/cross" \
|
||||||
--with-sysroot="$SYSROOT" \
|
--with-sysroot="$SYSROOT" \
|
||||||
--target=$TARGET \
|
--target=$TARGET \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
|
|||||||
Reference in New Issue
Block a user