- set LD to ld

- simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC
This commit is contained in:
Bernhard Reutner-Fischer
2007-01-08 16:29:15 +00:00
parent 681f183b94
commit c1feac6e9f
2 changed files with 6 additions and 12 deletions

View File

@@ -23,6 +23,9 @@ CFLAGS += \
ifeq ($(CONFIG_DEBUG),y)
CFLAGS += -g
LDFLAGS += -g
endif
ifeq ($(CONFIG_STATIC),y)
LDFLAGS += -static
endif
LDFLAGS += -nostdlib