1169689Skan# Use DFP_ENABLE to build decimal floating point support routines for
2169689Skan# all decimal floating point types (32-bit, 64-bit and 128-bit). We
3169689Skan# use `true' for clarity, but any value will do.
4169689Skan#
5169689SkanDFP_ENABLE = true
6169689Skan
7169689Skan# DFP_CFLAGS can be used to pass target-specific CFLAGS when compiling
8169689Skan# dfp-bit.c.  This is useful for overriding the definition of macros.
9169689Skan#
10169689Skan# DFP_CFLAGS = -DFOO=bar
11