summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-30 13:07:54 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-30 13:07:54 (EDT)
commit2191c173b535ce911859c9486ce7419323ea8b4d (patch)
tree49058601ef2550aca42a621b50e763c6455afefe
parent185fde0c7f330bfc2f8ec02f7ef2e2a79dd54821 (diff)
build: Make cpp-4.7 target-independent.
-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; \