diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-09 17:41:54 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-09 17:41:54 +0000 |
commit | d1e54e4f561bd252d2151d9c3f888f57f8daa762 (patch) | |
tree | 439121e494a88458a9224158dc14d8a0f8890279 | |
parent | 0f48663f830c1ac68a66f4aa64cec4d0d0d5f449 (diff) | |
download | busybox-w32-d1e54e4f561bd252d2151d9c3f888f57f8daa762.tar.gz busybox-w32-d1e54e4f561bd252d2151d9c3f888f57f8daa762.tar.bz2 busybox-w32-d1e54e4f561bd252d2151d9c3f888f57f8daa762.zip |
- missing hunk to go with r17206
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
563 | quiet_cmd_busybox__ ?= LINK $@ | 563 | quiet_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 |