diff options
author | kan <kan@FreeBSD.org> | 2007-05-19 01:19:51 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2007-05-19 01:19:51 +0000 |
commit | d0339348709ba83b91c11c0ea103e72b2e1fb308 (patch) | |
tree | 055ffd4e8cac61cc1c826f3d608d5986074f04bf /contrib/gcc/config/t-dfprules | |
parent | e2c9edc61a77626a22487b87a0f00d67df51c4b7 (diff) | |
parent | 1f9ea4d0a40cca64d60cf4dab152349da7b9dddf (diff) | |
download | FreeBSD-src-d0339348709ba83b91c11c0ea103e72b2e1fb308.zip FreeBSD-src-d0339348709ba83b91c11c0ea103e72b2e1fb308.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r169689,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/config/t-dfprules')
-rw-r--r-- | contrib/gcc/config/t-dfprules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/config/t-dfprules b/contrib/gcc/config/t-dfprules new file mode 100644 index 0000000..6bf6246 --- /dev/null +++ b/contrib/gcc/config/t-dfprules @@ -0,0 +1,10 @@ +# Use DFP_ENABLE to build decimal floating point support routines for +# all decimal floating point types (32-bit, 64-bit and 128-bit). We +# use `true' for clarity, but any value will do. +# +DFP_ENABLE = true + +# DFP_CFLAGS can be used to pass target-specific CFLAGS when compiling +# dfp-bit.c. This is useful for overriding the definition of macros. +# +# DFP_CFLAGS = -DFOO=bar |