configure.ac (--with-long-double-format): Add support for the configuration option...
commit8c7a27d566e7144451d1f0eb79d6b5866035995f
authorMichael Meissner <meissner@linux.vnet.ibm.com>
Thu, 11 Jan 2018 23:31:09 +0000 (11 23:31 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 11 Jan 2018 23:31:09 +0000 (11 23:31 +0000)
tree866629ef524c5989733eec997136715953b1a31e
parent02a03501e439cd92b741034c32ce7238a927dff1
configure.ac (--with-long-double-format): Add support for the configuration option to change the default long double...

2018-01-11  Michael Meissner  <meissner@linux.vnet.ibm.com>

* configure.ac (--with-long-double-format): Add support for the
configuration option to change the default long double format on
PowerPC systems.
* config.gcc (powerpc*-linux*-*): Likewise.
* configure: Regenerate.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If long
double is IEEE, define __KC__ and __KF__ to allow floatn.h to be
used without modification.

From-SVN: r256558
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/rs6000-c.c
gcc/configure
gcc/configure.ac