diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-11-28 21:09:47 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-11-28 21:09:47 +0100 |
commit | 57f6cce72c889f2e7b342e87a565a064320a6ee2 (patch) | |
tree | 5466406472918d3adb63398f5fb9ea1511a5e73f /Makefile.help | |
parent | 4ec89b87bc0eea8d9ca6b50564d12eeb3b1b0119 (diff) | |
parent | 5dea871ac73ef4608022c058b50adc946917f9b9 (diff) |
Merge commit 'origin/master' into prelink
Conflicts:
ldso/include/dl-hash.h
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index ccb32ca73..1c2c96e04 100644 --- a/Makefile.help +++ b/Makefile.help @@ -14,6 +14,7 @@ help: @echo 'Build:' @echo ' all - libraries and generated headers' @echo ' pregen - generate headers' + @echo ' startfiles - build startfiles (crt)' @echo ' utils - build target utilities' @echo ' (ldd, ldconfig, locale, iconv)' @echo ' hostutils - build host utilities (see utils)' @@ -32,6 +33,7 @@ help: @echo ' install - install both the runtime and the headers' @echo ' install_runtime - install the libraries' @echo ' install_dev - install all headers and static libs' + @echo ' install_startfiles - install startfiles (crt)' @echo ' install_headers - install headers excluding generated ones' @echo ' install_utils - install target utilities' @echo ' install_hostutils - install host utilities' |