mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
POSIX: Make binutils BDF linker the default
ld.gold does not support the -Ur flags and it seems some people have ld as a link to ld.gold. Made LD = ld.bfd to avoid confusion. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -92,7 +92,7 @@ DEV_VER_SUPPORTED = 4.2.1
|
||||
endif
|
||||
|
||||
#LD = ld.gold
|
||||
LD = ld
|
||||
LD = ld.bfd
|
||||
AR = ar rcs
|
||||
NM = nm
|
||||
OBJCOPY = objcopy
|
||||
|
||||
Reference in New Issue
Block a user