about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/Makeconfig
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-07-15 14:05:51 -0500
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-05-09 11:40:28 -0300
commit26265c3bce73ca85a4b6976ba62dc2111b46e414 (patch)
tree48b5edb196f5f1e3ae7ebd659d2f6a162c9338b9 /sysdeps/ieee754/float128/Makeconfig
parent695d7d138eda449678a1650a8b8b58181033353f (diff)
downloadglibc-26265c3bce73ca85a4b6976ba62dc2111b46e414.tar.gz
glibc-26265c3bce73ca85a4b6976ba62dc2111b46e414.tar.xz
glibc-26265c3bce73ca85a4b6976ba62dc2111b46e414.zip
float128: Add _Float128 make bits to libm.
This adds the appropriate common bits for a platform to
enable float128 and expose ABI.

	* math/Makefile:
	(type-float128-suffix): New variable
	(type-float128-routines): Likewise
	(type-float128-yes): Likewise
	(types): Append float128 if supported
	(types-basic): New variable to control the use of templates for
	float, double, and long double, but not for float128 or newer types.
	(type-basic-foreach): Likewise.

	* sysdeps/ieee754/float128/Makeconfig: New file.
	* sysdeps/ieee754/float128/Versions: New file.
Diffstat (limited to 'sysdeps/ieee754/float128/Makeconfig')
-rw-r--r--sysdeps/ieee754/float128/Makeconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/Makeconfig b/sysdeps/ieee754/float128/Makeconfig
new file mode 100644
index 0000000000..6c385d2df2
--- /dev/null
+++ b/sysdeps/ieee754/float128/Makeconfig
@@ -0,0 +1,3 @@
+# Include this earlier so it can be used earlier in Makefiles,
+# and sysdep/ makefiles.
+float128-fcts = yes