]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gcc/config/t-dfprules
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / gcc / config / t-dfprules
1 # Use DFP_ENABLE to build decimal floating point support routines for
2 # all decimal floating point types (32-bit, 64-bit and 128-bit). We
3 # use `true' for clarity, but any value will do.
4 #
5 DFP_ENABLE = true
6
7 # DFP_CFLAGS can be used to pass target-specific CFLAGS when compiling
8 # dfp-bit.c.  This is useful for overriding the definition of macros.
9 #
10 # DFP_CFLAGS = -DFOO=bar