summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/build b/build
index 2b3ca19..1d94683 100755
--- a/build
+++ b/build
@@ -243,7 +243,7 @@ $(installnative_targets):
oh-strip -d "$(destdir)"
OPK_PACKAGES="\
gcc-$(base_version)-$(target) \
- cpp-$(base_version)-$(target) \
+ cpp-$(base_version) \
g++-$(base_version)-$(target) \
libgcc.1 \
libssp.0 \
@@ -290,7 +290,6 @@ $(installcross_targets):
oh-strip -d "$(destdir)"
OPK_PACKAGES="\
gcc-$(base_version)-$(target) \
- cpp-$(base_version)-$(target) \
g++-$(base_version)-$(target) \
"; \
export OPK_PACKAGES; \