svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Tue Jan 9 09:36:28 PST 2007
Author: aldot
Date: 2007-01-09 09:36:26 -0800 (Tue, 09 Jan 2007)
New Revision: 17206
Log:
- vapier wants LD to point to CC, revert my previous change
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2007-01-09 15:46:36 UTC (rev 17205)
+++ trunk/busybox/Makefile 2007-01-09 17:36:26 UTC (rev 17206)
@@ -274,7 +274,7 @@
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
More information about the busybox-cvs
mailing list