This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v4 7/9] ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
"Gabriel F. T. Gomes" <gabriel@inconstante.net.br> writes:
> 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>
--
Tulio Magno