summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-21 17:25:29 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-21 17:25:29 (EDT)
commit2d5de4978845ef847cc21c75cfd6ddda2e843ef6 (patch)
tree4a91089c1c518eeecd9c3760e07df7c62687a09e /build
parent36b6c5d8b46b3dfb0f5e11726c6b60902142a9dd (diff)
Set gxx_include_dir and host_installdir.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 295a416..64106ef 100755
--- a/build
+++ b/build
@@ -70,6 +70,8 @@ install: build
# See also: <http://gcc.gnu.org/ml/gcc/2013-04/msg00171.html>.
# 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) \