Commit 62a37275 by David Edelsohn Committed by David Edelsohn

re PR target/34794 (build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47)

        PR target/34794
        * config/os/aix/os_defines.h: Define __COMPATMATH__.

From-SVN: r131866
parent ba6a1b78
2008-01-26 David Edelsohn <edelsohn@gnu.org>
PR target/34794
* config/os/aix/os_defines.h: Define __COMPATMATH__.
2008-01-24 David Edelsohn <edelsohn@gnu.org> 2008-01-24 David Edelsohn <edelsohn@gnu.org>
* configure: Regenerate. * configure: Regenerate.
......
// Specific definitions for AIX -*- C++ -*- // Specific definitions for AIX -*- C++ -*-
// Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc. // Copyright (C) 2000, 2002, 2005, 2008 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -48,4 +48,9 @@ ...@@ -48,4 +48,9 @@
#define _ALL_SOURCE #define _ALL_SOURCE
#endif #endif
// C99 math
#ifndef __COMPATMATH__
#define __COMPATMATH__
#endif
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment