Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-09 20:36:26 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-09 20:36:26 +0300
commite86bd6cde57ad527de8aa477d6da9880452627f7 (patch)
treefb787ed34965deb1e62961829990a911093492ac /Makefile
parent8fc4011992a022536abd2790c99ec13be14a2f4f (diff)
- vapier wants LD to point to CC, revert my previous change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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