summaryrefslogtreecommitdiff
path: root/scripts/build/cc
diff options
context:
space:
mode:
authorIlya Lyubimov <villytiger@gmail.com>2015-11-10 09:59:02 (GMT)
committerIlya Lyubimov <villytiger@gmail.com>2015-11-11 09:29:54 (GMT)
commit69405c3b32fba0fe789d7919e0e3b0c60c6195cf (patch)
treecd063552aefd8e597af1df962aad71152d09f144 /scripts/build/cc
parent319c999f77872cb265004e5db5d30d502bc8a0a4 (diff)
Use install-strip target for gcc optionally
Diffstat (limited to 'scripts/build/cc')
-rw-r--r--scripts/build/cc/100-gcc.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/build/cc/100-gcc.sh b/scripts/build/cc/100-gcc.sh
index 28dda1d..6515f96 100644
--- a/scripts/build/cc/100-gcc.sh
+++ b/scripts/build/cc/100-gcc.sh
@@ -940,7 +940,11 @@ do_gcc_backend() {
CT_DoExecLog ALL make ${JOBSFLAGS} all
CT_DoLog EXTRA "Installing final gcc compiler"
- CT_DoExecLog ALL make ${JOBSFLAGS} install
+ if [ "${CT_STRIP_TARGET_TOOLCHAIN_EXECUTABLES}" = "y" ]; then
+ CT_DoExecLog ALL make ${JOBSFLAGS} install-strip
+ else
+ CT_DoExecLog ALL make ${JOBSFLAGS} install
+ fi
# Remove the libtool "pseudo-libraries": having them in the installed
# tree makes the libtoolized utilities that are built next assume