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 \