diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ all: busybox busybox.links doc | |||
45 | include $(patsubst %,%/Makefile.in, $(DIRS)) | 45 | include $(patsubst %,%/Makefile.in, $(DIRS)) |
46 | 46 | ||
47 | busybox: .depend include/config.h $(libraries-y) | 47 | busybox: .depend include/config.h $(libraries-y) |
48 | $(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES) | 48 | $(CC) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group |
49 | $(STRIPCMD) $@ | 49 | $(STRIPCMD) $@ |
50 | 50 | ||
51 | busybox.links: applets/busybox.mkll include/config.h | 51 | busybox.links: applets/busybox.mkll include/config.h |