diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ $(installnative_targets): oh-strip -d "$(destdir)" OPK_PACKAGES="\ $$(printf '%s\n' $${OPK_PACKAGES} | \ - grep -Ev '(gcc|g++)-$(base_version)-.*-.*-.*) + grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") gcc-$(base_version)-$(target) \ g++-$(base_version)-$(target) \ " oh-installfiles -d "$(destdir)" |