From 5a628a646663d760dd367253a34456d1f7e1b6a5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Jul 2013 13:44:11 -0400 Subject: Just use --with-gxx-include-dir. --- (limited to 'build') 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: . 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}" \ -- cgit v0.9.1