diff options
author | P. 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) |
commit | 5a628a646663d760dd367253a34456d1f7e1b6a5 (patch) | |
tree | 323c13d97466019f7fdb1d83c80a1eedb89a371e /build | |
parent | f55816336905c41ffb363710b33fee840581e951 (diff) |
Just use --with-gxx-include-dir.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" \ |