diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-04 12:44:31 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-04 12:44:31 +0000 |
commit | 1e629d69f519364f7f199ef0f1f7e195b5eb8f5d (patch) | |
tree | 1ea12a8e31735dd23c71efb8decb979633a8ddcc /libstdc++-v3/configure | |
parent | a049d909ffb04dc8d44431d4499d23cc7c4f271e (diff) | |
download | gcc-1e629d69f519364f7f199ef0f1f7e195b5eb8f5d.tar.gz |
* crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and
HAVE_STRTOLD.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132859 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index b95feb42321..b20e8747747 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -17976,7 +17976,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu # Fake what AC_TRY_COMPILE does. XXX Look at redoing this new-style. cat > conftest.$ac_ext << EOF -#line 17851 "configure" +#line 17979 "configure" int main() { // NB: _Atomic_word not necessarily int. @@ -110019,6 +110019,14 @@ fi done + cat >>confdefs.h <<\_ACEOF +#define HAVE_STRTOF 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define HAVE_STRTOLD 1 +_ACEOF + # If we're not using GNU ld, then there's no point in even trying these # tests. Check for that first. We should have already tested for gld |