diff options
author | dzwdz | 2023-02-24 22:41:50 +0100 |
---|---|---|
committer | dzwdz | 2023-02-24 22:41:50 +0100 |
commit | 5faf16e48457f3ea1dda7af76f9c59b007a054f8 (patch) | |
tree | 1ca1e620b778e6d175a7e2fb77792cc0df0d258a /tools/dep_builders/binutils | |
parent | fca80df9e638a7d68147d91cbffda95aed96ab5c (diff) |
toolchain: partially set up the sysroot
Diffstat (limited to 'tools/dep_builders/binutils')
-rwxr-xr-x | tools/dep_builders/binutils | 3 |
1 files changed, 2 insertions, 1 deletions
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 |