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