From 2191c173b535ce911859c9486ce7419323ea8b4d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 30 May 2013 13:07:54 -0400 Subject: build: Make cpp-4.7 target-independent. --- 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; \ -- cgit v0.9.1