From f7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 19 Apr 2007 13:11:07 +0100 Subject: 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 --- libstdc++-v3/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3/configure') 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*) -- cgit v1.1