From 5faf16e48457f3ea1dda7af76f9c59b007a054f8 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 24 Feb 2023 22:41:50 +0100 Subject: toolchain: partially set up the sysroot --- tools/dep_builders/binutils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/dep_builders/binutils') diff --git a/tools/dep_builders/binutils b/tools/dep_builders/binutils index 3e6b7b7..42dd04b 100755 --- a/tools/dep_builders/binutils +++ b/tools/dep_builders/binutils @@ -19,8 +19,9 @@ cd $BUILDDIR ../binutils/configure \ --target=x86_64-camellia \ --prefix="$PREFIX" \ - --with-sysroot \ + --with-sysroot="$SYSROOT" \ --disable-nls \ --disable-werror +mkdir -p gas/doc/ # stupid workaround for the broken build make -j4 make install -- cgit v1.2.3