summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-17 20:18:13 +0000
committerobrien <obrien@FreeBSD.org>2002-12-17 20:18:13 +0000
commit5d24b0ca56c4ab7422e9734c8a4b77cd6a28bc87 (patch)
tree594aa4ee7a65c40fcf53a96f42ba501a75db2250 /release
parent09d11f3af345b158ad9efba3cb9c3460c6c6e34b (diff)
downloadFreeBSD-src-5d24b0ca56c4ab7422e9734c8a4b77cd6a28bc87.zip
FreeBSD-src-5d24b0ca56c4ab7422e9734c8a4b77cd6a28bc87.tar.gz
Strip out any .comment ELF sections from crunchgen'ed binaries.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index d695db3..4acab89 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -542,6 +542,7 @@ release.5:
cd ${.CURDIR}/..; ${TMAKE} build-tools
cd ${j}_crunch; ${WMAKE} -f ${j}_crunch.mk \
CFLAGS="-Os -pipe" -DNO_CPU_CFLAGS all
+ strip -R .comment ${j}_crunch/${j}_crunch
mv ${j}_crunch/${j}_crunch ${RD}/crunch/${j}
.endfor
touch release.5
OpenPOWER on IntegriCloud