mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
boards: Remove OUTPUT_FORMAT and OUTPUT_ARCH from ld script
let toolchain decide the correct value base on the command line Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I342db6a88e4a161a322a8fea48a59e6ca7617ae6
This commit is contained in:
@@ -48,8 +48,6 @@ MEMORY
|
||||
ddr3 (W!RX) : ORIGIN = 0x10800000, LENGTH = 1024M - 8M
|
||||
}
|
||||
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(entry)
|
||||
ENTRY(_stext)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user