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:
Kevin O'Connor 2016-07-10 21:38:11 -04:00
parent 409904c61c
commit b0b2e9c4aa
2 changed files with 1 additions and 4 deletions

View file

@ -31,7 +31,4 @@ SECTIONS
.compile_time_request.parsers 0 (INFO) : {
*( .compile_time_request.parsers )
}
.compile_time_request (INFO) : {
*( .compile_time_request )
}
}