aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-04-19 13:11:07 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2007-04-19 13:11:07 +0100
commitf7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b (patch)
treeb7d493bc684a1e21e02fa1b798431aca4e61c61c /libstdc++-v3/configure
parentd47a8b8331c719df4f7c44af84eec7a63092a440 (diff)
downloadgcc-f7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b.zip
gcc-f7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b.tar.gz
gcc-f7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b.tar.bz2
configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu* for long double compatibility.
gcc: * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu* for long double compatibility. * configure: Regenerate. libstdc++-v3: * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu* for long double compatibility. * configure: Regenerate. * src/complex_io.cc, src/istream-inst.cc, src/ostream-inst.cc: Condition some _GLIBCXX_LDBL_COMPAT calls on _GLIBCXX_USE_WCHAR_T. From-SVN: r123972
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 22f3e1a..6ca6b63 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -83894,7 +83894,8 @@ echo "$as_me: visibility supported: $enable_visibility" >&6;}
ac_ldbl_compat=no
case "$target" in
- powerpc*-*-*gnu* | \
+ powerpc*-*-linux* | \
+ powerpc*-*-gnu* | \
sparc*-*-linux* | \
s390*-*-linux* | \
alpha*-*-linux*)