diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2023-09-01 07:19:48 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2023-09-04 20:44:20 +0000 |
commit | 084a7cf9fb2d9cb98dfbe7d91602c840ec50b002 (patch) | |
tree | 875deb53da88243e834383bf1db5ead4e2875100 /libstdc++-v3/configure.ac | |
parent | 56d0592db19b69e3cc217fabe5c2f8be3a75a8cf (diff) | |
download | gcc-084a7cf9fb2d9cb98dfbe7d91602c840ec50b002.zip gcc-084a7cf9fb2d9cb98dfbe7d91602c840ec50b002.tar.gz gcc-084a7cf9fb2d9cb98dfbe7d91602c840ec50b002.tar.bz2 |
Revert "libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR111238)"
This reverts commit 46c2e94ca66ed9991c45a6ba6204ed02869efc39.
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index 4947235..fc0f252 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -325,10 +325,6 @@ else CANADIAN=no fi - if test $CANADIAN = no; then - GLIBCXX_CHECK_LINKER_FEATURES - fi - # Construct crosses by hand, eliminating bits that need ld... # GLIBCXX_CHECK_MATH_SUPPORT |