Skip to content

Commit

Permalink
ports/binutils: Configure with proper sysroot flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 15, 2024
1 parent dcfdcf3 commit 54d3862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/binutils
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 54d3862

Please sign in to comment.