diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-11-07 02:44:01 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-11-07 02:44:01 +0000 |
| commit | bbe4dd5dec0dad407c0d5cc6503ee9c059c2b7c9 (patch) | |
| tree | 6e5365a8da80f9003283db9715c2f150cef8eb01 /contrib/libstdc++/acinclude.m4 | |
| parent | ea875f6efe3bb8adfb0cd5c46481e92462efd788 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/acinclude.m4')
| -rw-r--r-- | contrib/libstdc++/acinclude.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/libstdc++/acinclude.m4 b/contrib/libstdc++/acinclude.m4 index 608cd24f6d701..b47b9fc774853 100644 --- a/contrib/libstdc++/acinclude.m4 +++ b/contrib/libstdc++/acinclude.m4 @@ -2132,7 +2132,9 @@ AC_DEFUN(GLIBCPP_CONFIGURE_TESTSUITE, [ AC_SUBST(baseline_dir) # Determine if checking the ABI is desirable. - if test x$enable_symvers = xno; then + # Only build this as native, since automake does not understand + # CXX_FOR_BUILD. + if test x"$GLIBCPP_IS_CROSS_COMPILING" = xtrue || test x$enable_symvers = xno; then enable_abi_check=no else case "$host" in |
