From a7159eec28a1b14114e58363deb9ec9e1958da3d Mon Sep 17 00:00:00 2001 From: OPNay Date: Sun, 15 Feb 2015 01:51:59 +0900 Subject: [PATCH] Revert "Makefile: use ld command ld.bfd" This reverts commit d96fc99731ff982ff210c2234e8fbe2e242e48b9. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c00e1f3d42b..19252cb77cf 100644 --- a/Makefile +++ b/Makefile @@ -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