summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-23 11:25:29 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-23 11:25:29 (EDT)
commit61b7908675eb2d0fad7874c98c1c2cf65a3af2fe (patch)
tree3b24008458cfc6b333bc0ffb205bb2cc40163b4d /build
parentd521ead254617363a27bda6dfaf88f7dd955081d (diff)
build: Run oh-strip.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 67d94ea..167b0a3 100755
--- a/build
+++ b/build
@@ -192,6 +192,7 @@ $(install_targets): build
# TODO: Provide these files in a gcc-*-plugin-dev package.
rm -Rf $(destdir)/usr/lib/$(target)/gcc-$(base_version)/plugin/
oh-fixperms -d "$(destdir)"
+ oh-strip -d "$(destdir)"
OPK_PACKAGES="\
gcc-$(base_version)-$(target) \
cpp-$(base_version)-$(target) \