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:
Mark Charlebois 2015-05-06 15:44:37 -07:00
parent 0c1c58c418
commit 04b564920f

View File

@ -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