[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/30275] remove AIX hack in fdlibm.h
From: |
groved at us dot ibm dot com |
Subject: |
[Bug classpath/30275] remove AIX hack in fdlibm.h |
Date: |
6 Jan 2007 20:48:34 -0000 |
------- Comment #5 from groved at us dot ibm dot com 2007-01-06 20:48 -------
Correction: What actually works for me is:
#if defined(_AIX) && !defined(_AIX5)
#define _XOPEN_SOURCE
#endif
I'm running on AIX 5.2 and 5.3 machines, so they define _AIX5 but not _AIX50.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30275