Skip to content

Commit

Permalink
updated binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
xn0px90 authored Dec 9, 2023
1 parent edfa73d commit 79cc7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/binutils
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 79cc7f7

Please sign in to comment.