summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e514a46..282db01 100755
--- a/build
+++ b/build
@@ -34,6 +34,7 @@ common_opts = \
--without-included-gettext \
--with-nls \
--with-sysroot="$${OPK_SYSROOT:-/}" \
+ --with-gxx-include-dir=/usr/include/c++-4.7 \
--enable-clocale=gnu
full_opts = \
@@ -146,7 +147,6 @@ $(installnative_targets):
# See also: <http://gcc.gnu.org/ml/gcc/2013-04/msg00171.html>.
libsubdir="/usr/lib/$(target)/gcc-$(base_version)" && \
oh-autoinstall -B "$(builddir)" -d "$(destdir)" -T install -- \
- gxx_include_dir=/usr/include/c++-4.7 \
host_installdir=/usr/include/$(target)/c++-4.7/bits \
libsubdir="$${libsubdir}" \
libexecsubdir="$${libsubdir}" \