aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-09 17:41:54 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-09 17:41:54 +0000
commit8e14e38c141ae26fc501b103d4c4991ebbac81be (patch)
tree439121e494a88458a9224158dc14d8a0f8890279
parentb7af7de7560f10b01a38912a469d132b71fa23af (diff)
downloadbusybox-w32-8e14e38c141ae26fc501b103d4c4991ebbac81be.tar.gz
busybox-w32-8e14e38c141ae26fc501b103d4c4991ebbac81be.tar.bz2
busybox-w32-8e14e38c141ae26fc501b103d4c4991ebbac81be.zip
- missing hunk to go with r17206
git-svn-id: svn://busybox.net/trunk/busybox@17208 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08262cd0d..ca11f1532 100644
--- a/Makefile
+++ b/Makefile
@@ -561,7 +561,7 @@ busybox-all := $(core-y) $(libs-y)
561# Rule to link busybox - also used during CONFIG_KALLSYMS 561# Rule to link busybox - also used during CONFIG_KALLSYMS
562# May be overridden by arch/$(ARCH)/Makefile 562# May be overridden by arch/$(ARCH)/Makefile
563quiet_cmd_busybox__ ?= LINK $@ 563quiet_cmd_busybox__ ?= LINK $@
564 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(patsubst %,-Wl$(comma)%,$(LDFLAGS)) \ 564 cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
565 -o $@ \ 565 -o $@ \
566 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \ 566 -Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
567 -Wl,--start-group $(busybox-all) -Wl,--end-group 567 -Wl,--start-group $(busybox-all) -Wl,--end-group