diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-05 19:48:35 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-05 19:48:35 +0000 |
commit | b4e98eb3ab077194fda28b927ed8e9678f45262e (patch) | |
tree | 1f989d9ce9bea20f3ac512075f6930f88af4200e /libstdc++-v3 | |
parent | 8529b316caf0905adea0068df25412ab3539cf1c (diff) | |
download | gcc-b4e98eb3ab077194fda28b927ed8e9678f45262e.tar.gz |
2009-01-05 Ben Elliston <bje@au.ibm.com>
* configure.ac (GLIBCXX_CHECK_STANDARD_LAYOUT): Remove invocation.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143091 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 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 |