From 79cc7f711dd974cfb069bbc6fe0045c4f675598e Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sat, 9 Dec 2023 06:54:10 -0700 Subject: [PATCH] updated binutils --- recipes/binutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \