summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-02 13:44:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-02 13:44:11 (EDT)
commit5a628a646663d760dd367253a34456d1f7e1b6a5 (patch)
tree323c13d97466019f7fdb1d83c80a1eedb89a371e /build
parentf55816336905c41ffb363710b33fee840581e951 (diff)
Just use --with-gxx-include-dir.
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}" \