fixed binutils installing to wrong area

This commit is contained in:
ag-tsotetsi
2026-02-07 21:07:01 +02:00
parent 6d83390aef
commit 43645d3b11

View File

@@ -9,7 +9,7 @@ bootstrap() {
mkdir -p build && cd build
../configure \
--prefix="$SYSROOT/tools" \
--prefix="$SYSROOT/cross" \
--with-sysroot="$SYSROOT" \
--target=$TARGET \
--disable-nls \