mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.
authorBen Elliston <bje@au.ibm.com>
Wed, 1 Mar 2006 05:14:24 +0000 (05:14 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 1 Mar 2006 05:14:24 +0000 (16:14 +1100)
commit0eafb3ece622ac104ac19aac4a509abf9aacd101
tree047409cff5d91e3067293c640a1c75cb2a4f67b3
parentcccb0908dd2ce9d5fc01c35169e00b35b30d47bd
mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.

* mklibgcc.in: Add logic to handle $DFP_ENABLE and $DFP_CFLAGS.
Compile dfp-bit.c from the source directory using -DWIDTH and
$DFP_CFLAGS to control the compilation of that file, rather than
generating width-specific versions in the build directory.
* Makefile.in (libgcc.mk): Pass down DFP_ENABLE and DFP_CFLAGS.
(LIBGCC_DEPS): Replace $(D32PBIT) et al with config/dfp-bit.[hc].

From-SVN: r111595
gcc/ChangeLog
gcc/Makefile.in
gcc/mklibgcc.in