diff options
author | David Daney <ddaney@avtrex.com> | 2006-07-21 20:49:06 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2006-07-21 20:49:06 +0000 |
commit | 505692b0cd8319bb23012fd510d0f26cebccea87 (patch) | |
tree | 9fcd0f6a9d2462c3af8f610d3c9c28c9c15dccc1 /libstdc++-v3/acinclude.m4 | |
parent | dfb84d62333725bb2a75323baa6efe86176733c4 (diff) | |
download | gcc-505692b0cd8319bb23012fd510d0f26cebccea87.zip gcc-505692b0cd8319bb23012fd510d0f26cebccea87.tar.gz gcc-505692b0cd8319bb23012fd510d0f26cebccea87.tar.bz2 |
re PR libgcj/28426 (libgcj header files installed in wrong location in cross build)
libstdc++-v3/
PR libgcj/28426
* acinclude.m4: Added a comment.
config/
PR libgcj/28426
* gxx-include-dir.m4: Use target_alias in path for cross build.
libjava/
PR libgcj/28426
* configure: Regenerated.
From-SVN: r115650
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index a15e351..e502059 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -675,6 +675,7 @@ dnl Assumes cross_compiling bits already done, and with_cross_host in dnl particular. dnl dnl This logic must match gcc/configure.ac's setting of gcc_gxx_include_dir. +dnl config/gxx-include-dir.m4 must be kept consistant with this as well. AC_DEFUN([GLIBCXX_EXPORT_INSTALL_INFO], [ glibcxx_toolexecdir=no glibcxx_toolexeclibdir=no |