From 54d3862d17e5a1ac41c265b772b6cf97e8cf855e Mon Sep 17 00:00:00 2001 From: mintsuki Date: Mon, 15 Jan 2024 04:10:56 +0100 Subject: [PATCH] ports/binutils: Configure with proper sysroot flags --- recipes/binutils | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/binutils b/recipes/binutils index 5328b30c3..84986a75b 100644 --- a/recipes/binutils +++ b/recipes/binutils @@ -17,6 +17,8 @@ regenerate() { build() { autotools_configure \ --target=${OS_TRIPLET} \ + --with-sysroot=/ \ + --with-build-sysroot=${sysroot_dir} \ --disable-werror \ --disable-dependency-tracking \ --enable-colored-disassembly \