diff options
author | Roger Sayle <roger@eyesopen.com> | 2003-07-04 12:42:01 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2003-07-04 12:42:01 +0000 |
commit | bcd5d841fe3364d90c7a2f33ccc7a32e26e3b812 (patch) | |
tree | 300ef6884a945f9d69fd23d70320ab3048792a49 /gcc/config/rs6000/aix52.h | |
parent | 9dd90ac6b27d6ecf3ed570d3438bb4abf22b8e31 (diff) | |
download | gcc-bcd5d841fe3364d90c7a2f33ccc7a32e26e3b812.zip gcc-bcd5d841fe3364d90c7a2f33ccc7a32e26e3b812.tar.gz gcc-bcd5d841fe3364d90c7a2f33ccc7a32e26e3b812.tar.bz2 |
aix51.h (TARGET_C99_FUNCTIONS): Define.
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
* config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
From-SVN: r68920
Diffstat (limited to 'gcc/config/rs6000/aix52.h')
-rw-r--r-- | gcc/config/rs6000/aix52.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index acf1d8a..c066650 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -188,3 +188,8 @@ do { \ #undef LD_INIT_SWITCH #define LD_INIT_SWITCH "-binitfini" + +/* AIX 5.2 has the float and long double forms of math functions. */ +#undef TARGET_C99_FUNCTIONS +#define TARGET_C99_FUNCTIONS 1 + |