glibc/sysdeps/ieee754
Gabriel F. T. Gomes 9ae967bf45 ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
Some compiler versions, e.g. GCC 7, complain when -mlong-double-128 is
used together with -mabi=ibmlongdouble or -mabi=ieeelongdouble,
producing the following error message:

  cc1: error: ‘-mabi=ibmlongdouble’ requires ‘-mlong-double-128’

This patch removes -mlong-double-128 from the compilation lines that
explicitly request -mabi=*longdouble.

Tested for powerpc64le.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2019-12-27 15:02:10 -03:00
..
dbl-64 Use GCC builtins for copysign functions if desired. 2019-12-11 15:12:19 +01:00
float128 Use GCC builtins for copysign functions if desired. 2019-12-11 15:12:19 +01:00
flt-32 Adjust s_ceilf.c and s_ceill.c regarding code style. 2019-12-11 15:12:21 +01:00
ldbl-64-128
ldbl-96 Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 2019-12-27 15:02:10 -03:00
ldbl-128 Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 2019-12-27 15:02:10 -03:00
ldbl-128ibm
ldbl-128ibm-compat ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128 2019-12-27 15:02:10 -03:00
ldbl-opt Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 2019-12-27 15:02:10 -03:00
soft-fp
ieee754.h
k_standard.c
k_standardf.c
k_standardl.c
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c