mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
build: Avoid objcopy --dump-section flag
Commit da305e6b
changed the objcopy command to use the --dump-section
flag. However, the 2.24 version of avr-objcopy (which is common on
raspbian installs) does not support this flag. Avoid using
--dump-section and continue to use the -j option instead.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
409904c61c
commit
b0b2e9c4aa
2 changed files with 1 additions and 4 deletions
|
@ -31,7 +31,4 @@ SECTIONS
|
|||
.compile_time_request.parsers 0 (INFO) : {
|
||||
*( .compile_time_request.parsers )
|
||||
}
|
||||
.compile_time_request (INFO) : {
|
||||
*( .compile_time_request )
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue