diff options
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 f120191..a60f6ff 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-03-22 Joseph Myers <joseph@codesourcery.com> + + * configure.ac: Don't handle powerpc*-*-gnu*. + * configure: Regenerate. + 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Tweak diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 4e1661a..fa6a1a5 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -64486,7 +64486,6 @@ $as_echo "$as_me: visibility supported: $enable_visibility" >&6;} ac_ldbl_compat=no case "$target" in powerpc*-*-linux* | \ - powerpc*-*-gnu* | \ sparc*-*-linux* | \ s390*-*-linux* | \ alpha*-*-linux*) diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index 128b9c5..1a1964e 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -308,7 +308,6 @@ GLIBCXX_ENABLE_VISIBILITY([yes]) ac_ldbl_compat=no case "$target" in powerpc*-*-linux* | \ - powerpc*-*-gnu* | \ sparc*-*-linux* | \ s390*-*-linux* | \ alpha*-*-linux*) |