]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/34794 (build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs...
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 26 Jan 2008 16:28:03 +0000 (16:28 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 26 Jan 2008 16:28:03 +0000 (11:28 -0500)
        PR target/34794
        * config/os/aix/os_defines.h: Define __COMPATMATH__.

From-SVN: r131866

libstdc++-v3/ChangeLog
libstdc++-v3/config/os/aix/os_defines.h

index afeab8df311c3cf09f02fde25155d43d4c7c6e14..d10e4f3190e6e63484d7929b8c4adcda2e838bac 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * configure: Regenerate.
index 8f1f8138ab6508ab48f778c845ca3f0727a40609..2aa9f7fc2cb3f6ef8ad36fd27af65717ed25b62d 100644 (file)
@@ -1,6 +1,6 @@
 // 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
 // software; you can redistribute it and/or modify it under the
@@ -48,4 +48,9 @@
 #define _ALL_SOURCE
 #endif
 
+// C99 math
+#ifndef __COMPATMATH__
+#define __COMPATMATH__
+#endif
+
 #endif