diff options
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; \ |