Skip to content

Commit

Permalink
fix: produce working binaries again (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cktii authored Aug 23, 2024
1 parent 7bfef75 commit 139a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ CFLAGS="-static -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
--disable-gprof \
--disable-gprofng \
--disable-nls
make -j"$(nproc)"
make LDFLAGS="--static -s" -j"$(nproc)"
verify_build -b "$EXPECTED_BINS" -p binutils

0 comments on commit 139a272

Please sign in to comment.