]> gcc.gnu.org Git - gcc.git/commit - gcc/configure.ac
configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu* for long double compat...
authorJoseph Myers <joseph@codesourcery.com>
Thu, 19 Apr 2007 12:11:07 +0000 (13:11 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 19 Apr 2007 12:11:07 +0000 (13:11 +0100)
commitf7cc5390ec6c351d7ffdfea4a450bf94c7bcec3b
treeb7d493bc684a1e21e02fa1b798431aca4e61c61c
parentd47a8b8331c719df4f7c44af84eec7a63092a440
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
gcc/ChangeLog
gcc/configure
gcc/configure.ac
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/src/complex_io.cc
libstdc++-v3/src/istream-inst.cc
libstdc++-v3/src/ostream-inst.cc
This page took 0.057999 seconds and 5 git commands to generate.