diff --git a/recipes/binutils b/recipes/binutils index 8092feb46..5dc3f0aa9 100644 --- a/recipes/binutils +++ b/recipes/binutils @@ -7,9 +7,9 @@ imagedeps="gcc" build() { ${source_dir}/configure \ - --host=x86_64-vinix \ + --host=${OS_TRIPLET} \ --prefix=${prefix} \ - --target=x86_64-vinix \ + --target=${OS_TRIPLET} \ --with-sysroot=${sysroot_dir} \ --disable-nls \ --disable-werror \