Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Revert "Makefile: use ld command ld.bfd"
Browse files Browse the repository at this point in the history
This reverts commit d96fc99.
  • Loading branch information
opnay committed Feb 14, 2015
1 parent 05dbbe7 commit a7159ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ include $(srctree)/scripts/Kbuild.include
# Make variables (CC, etc...)

AS = $(CROSS_COMPILE)as
LD = $(CROSS_COMPILE)ld.bfd
LD = $(CROSS_COMPILE)ld
CC = $(CROSS_COMPILE)gcc
CPP = $(CC) -E
AR = $(CROSS_COMPILE)ar
Expand Down

0 comments on commit a7159ee

Please sign in to comment.