From: Bernhard Reutner-Fischer Date: Tue, 9 Jan 2007 17:36:26 +0000 (-0000) Subject: - vapier wants LD to point to CC, revert my previous change X-Git-Tag: 1_4_0~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e86bd6cde57ad527de8aa477d6da9880452627f7;p=oweals%2Fbusybox.git - vapier wants LD to point to CC, revert my previous change --- diff --git a/Makefile b/Makefile index cc1fd305b..08262cd0d 100644 --- a/Makefile +++ b/Makefile @@ -274,7 +274,7 @@ MAKEFLAGS += -rR AS = $(CROSS_COMPILE)as CC = $(CROSS_COMPILE)gcc -LD = $(CROSS_COMPILE)ld +LD = $(CC) -nostdlib CPP = $(CC) -E AR = $(CROSS_COMPILE)ar NM = $(CROSS_COMPILE)nm