From 2d5de4978845ef847cc21c75cfd6ddda2e843ef6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Apr 2013 17:25:29 -0400 Subject: Set gxx_include_dir and host_installdir. --- (limited to 'build') diff --git a/build b/build index 295a416..64106ef 100755 --- a/build +++ b/build @@ -70,6 +70,8 @@ install: build # See also: . # TODO: Replace $(OPK_HOST_ARCH) with the target arch. oh-autoinstall -B gcc-build -T install -- \ + gxx_include_dir=/usr/include/c++-4.7 \ + host_installdir=/usr/include/$(OPK_HOST_ARCH)/c++-4.7/bits \ libsubdir=/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION) \ libexecsubdir=/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION) \ libsubincludedir=/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION) \ -- cgit v0.9.1