mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 16:41:06 +08:00
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
This commit is contained in:
parent
ba6a1b78c0
commit
62a37275fe
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user