summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-29 09:12:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-29 14:33:56 +0200
commit26d3b3aeb846150045e5739d3fe17cd657e8d912 (patch)
tree84cf1d4bdc8082f214c305a318858ad62a4b762a /scripts
parent587e8fd884d99f1322785ec28a2632f99078975c (diff)
downloadptxdist-26d3b3aeb846150045e5739d3fe17cd657e8d912.tar.gz
ptxdist-26d3b3aeb846150045e5739d3fe17cd657e8d912.tar.xz
ptxd_install_file_strip: strip .GCC.command.line section
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_xpkg_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh
index e4d6e11c0..476ad584e 100644
--- a/scripts/lib/ptxd_make_xpkg_pkg.sh
+++ b/scripts/lib/ptxd_make_xpkg_pkg.sh
@@ -225,7 +225,7 @@ ptxd_install_file_strip() {
case "${strip:-y}" in
k) strip_cmd=( "${CROSS_STRIP}" --strip-debug ) ;;
- y) strip_cmd=( "${CROSS_STRIP}" -R .note -R .comment ) ;;
+ y) strip_cmd=( "${CROSS_STRIP}" -R .note -R .comment -R .GCC.command.line ) ;;
esac
#