diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-01-05 19:48:35 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2009-01-05 19:48:35 +0000 |
commit | a4a6267dcdedd948a6971b282ab215e883c475d2 (patch) | |
tree | 1f989d9ce9bea20f3ac512075f6930f88af4200e | |
parent | c73140776c32f78f9c7828a5cd8b930680da8b08 (diff) | |
download | gcc-a4a6267dcdedd948a6971b282ab215e883c475d2.zip gcc-a4a6267dcdedd948a6971b282ab215e883c475d2.tar.gz gcc-a4a6267dcdedd948a6971b282ab215e883c475d2.tar.bz2 |
configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.
2009-01-05 Ben Elliston <bje@au.ibm.com>
* configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.
* configure: Regenerate.
From-SVN: r143091
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 1 | ||||
-rw-r--r-- | libstdc++-v3/configure.ac | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 77014c1..bd2443c 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 c61affc..1d170ce 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 7fc802e..36701f2 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 |