From b0b2e9c4aaa793cf38aa26646f2130cca2f49d83 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 10 Jul 2016 21:38:11 -0400 Subject: 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 --- src/declfunc.lds.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/declfunc.lds.S b/src/declfunc.lds.S index 2226300c..1f178643 100644 --- a/src/declfunc.lds.S +++ b/src/declfunc.lds.S @@ -31,7 +31,4 @@ SECTIONS .compile_time_request.parsers 0 (INFO) : { *( .compile_time_request.parsers ) } - .compile_time_request (INFO) : { - *( .compile_time_request ) - } } -- cgit v1.2.3-70-g09d2