summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog5
-rwxr-xr-xlibstdc++-v3/configure1
-rw-r--r--libstdc++-v3/configure.ac1
3 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 77014c1563f..bd2443c0ce8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2009-01-05 Ben Elliston <bje@au.ibm.com>
+ * configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.
+ * configure: Regenerate.
+
+2009-01-05 Ben Elliston <bje@au.ibm.com>
+
* configure.ac: Exchange the order of GLIBCXX_ENABLE_THREADS and
GLIBCXX_ENABLE_ATOMIC_BUILTINS macro invocations.
* configure: Regenerate.
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index c61affc4101..1d170ce60d5 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -15048,7 +15048,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-GLIBCXX_CHECK_STANDARD_LAYOUT
# Enable all the variable C++ runtime options that don't require linking.
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index 7fc802e4be9..36701f2ab96 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -102,7 +102,6 @@ GLIBCXX_ENABLE_ATOMIC_BUILTINS
# Checks for compiler support that doesn't require linking.
GLIBCXX_CHECK_COMPILER_FEATURES
-GLIBCXX_CHECK_STANDARD_LAYOUT
# Enable all the variable C++ runtime options that don't require linking.
GLIBCXX_ENABLE_CSTDIO