diff options
author | P. 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) |
commit | 2d5de4978845ef847cc21c75cfd6ddda2e843ef6 (patch) | |
tree | 4a91089c1c518eeecd9c3760e07df7c62687a09e /build | |
parent | 36b6c5d8b46b3dfb0f5e11726c6b60902142a9dd (diff) |
Set gxx_include_dir and host_installdir.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) \ |