aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/osf5.h
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2003-06-25 00:38:01 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2003-06-25 00:38:01 +0000
commit465129420d1a2905e4e20ce8af772b6e13700c98 (patch)
treeff9ad45215e6b179dd2d315d0b4f6112fc3eacda /gcc/config/alpha/osf5.h
parent4c670eae7783d4fe3229fb2255117cb7a4e3cd0a (diff)
downloadgcc-465129420d1a2905e4e20ce8af772b6e13700c98.zip
gcc-465129420d1a2905e4e20ce8af772b6e13700c98.tar.gz
gcc-465129420d1a2905e4e20ce8af772b6e13700c98.tar.bz2
* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
From-SVN: r68449
Diffstat (limited to 'gcc/config/alpha/osf5.h')
-rw-r--r--gcc/config/alpha/osf5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/alpha/osf5.h b/gcc/config/alpha/osf5.h
index e483124..b57e5e6 100644
--- a/gcc/config/alpha/osf5.h
+++ b/gcc/config/alpha/osf5.h
@@ -49,3 +49,8 @@
linked. */
#undef TARGET_LD_BUGGY_LDGP
#define TARGET_LD_BUGGY_LDGP 1
+
+/* Tru64 v5.1 has the float and long double forms of math functions. */
+#undef TARGET_C99_FUNCTIONS
+#define TARGET_C99_FUNCTIONS 1
+