From 43645d3b115ac72ea47bfb1d3bb4fc117a165ca7 Mon Sep 17 00:00:00 2001 From: ag-tsotetsi Date: Sat, 7 Feb 2026 21:07:01 +0200 Subject: [PATCH] fixed binutils installing to wrong area --- build/binutils/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/binutils/build.bash b/build/binutils/build.bash index 7ffe7bc..468a515 100644 --- a/build/binutils/build.bash +++ b/build/binutils/build.bash @@ -9,7 +9,7 @@ bootstrap() { mkdir -p build && cd build ../configure \ - --prefix="$SYSROOT/tools" \ + --prefix="$SYSROOT/cross" \ --with-sysroot="$SYSROOT" \ --target=$TARGET \ --disable-nls \