projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc4011
)
- vapier wants LD to point to CC, revert my previous change
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 9 Jan 2007 17:36:26 +0000
(17:36 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 9 Jan 2007 17:36:26 +0000
(17:36 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cc1fd305b8a529f2d93064f2d6c79c1a3564435c..08262cd0d1ce238debb4d69ad785f9baf962207f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-274,7
+274,7
@@
MAKEFLAGS += -rR
AS = $(CROSS_COMPILE)as
CC = $(CROSS_COMPILE)gcc
-LD = $(C
ROSS_COMPILE)ld
+LD = $(C
C) -nostdlib
CPP = $(CC) -E
AR = $(CROSS_COMPILE)ar
NM = $(CROSS_COMPILE)nm