mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
scripts/ld-wrapper: fix typo
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3ee0ef703eec1a52b750a2ee8b4d33216a6a6964
This commit is contained in:
parent
3aa6cc9ea6
commit
45545c8854
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
# Invoke mold, then strip junk sections from the output binary with objcopy.
|
||||
# This (more or less) removes sections that mold cannot discard itself, suck as:
|
||||
# This (more or less) removes sections that mold cannot discard itself, such as:
|
||||
# - .eh_frame / .eh_frame_hdr - unwind tables from compiler_builtins
|
||||
# - .dynstr - mold emits this, even for fully static binaries
|
||||
# - .comment - compiler version string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue