all: use internal objcopy implementation

This lessens the dependency on binutils (e.g. arm-none-eabi-objcopy).
This commit is contained in:
Ayke van Laethem
2019-02-23 19:41:30 +01:00
committed by Ron Evans
parent 3538ba943c
commit 4f932b6e66
6 changed files with 90 additions and 19 deletions
-1
View File
@@ -16,6 +16,5 @@
"ldflags": [
"--gc-sections"
],
"objcopy": "arm-none-eabi-objcopy",
"gdb": "arm-none-eabi-gdb"
}