aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-10-23 22:57:43 +0000
committerEric Botcazou <ebotcazou@adacore.com>2012-10-23 22:57:43 +0000
commitcb8ff62437092dcbfdf70b2dd1360ba037444a4d (patch)
tree36ccc334c30fd823107a6719f4510385a9b3ca6e /configure
parentb18b0c295250ada2934834ecac83af24040d7307 (diff)
PR bootstrap/54820
* configure.ac (have_static_libs): Force 'no' for GCC version < 4.5. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192748 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index b2d28d52154..4d9fc2a4e0e 100755
--- a/configure
+++ b/configure
@@ -4892,6 +4892,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
+
+#if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
+#error -static-libstdc++ not implemented
+#endif
int main() {}
_ACEOF
if ac_fn_cxx_try_link "$LINENO"; then :