diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Run the following: | |||
42 | rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ | 42 | rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ |
43 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq | 43 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq |
44 | 44 | ||
45 | reveals the list of all external (i.e. libc) things that BusyBox depends on. | 45 | reveals the list of all external (i.e., libc) things that BusyBox depends on. |
46 | It would be a very nice thing to reduce this list to an absolute minimum, to | 46 | It would be a very nice thing to reduce this list to an absolute minimum, to |
47 | reduce the footprint of busybox, especially when staticly linking with | 47 | reduce the footprint of busybox, especially when staticly linking with |
48 | libraries such as uClibc. | 48 | libraries such as uClibc. |