mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
0c1c58c418
commit
04b564920f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user