]> sourceware.org Git - glibc.git/commit
ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Tue, 10 Sep 2019 13:05:03 +0000 (08:05 -0500)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Fri, 27 Dec 2019 18:02:10 +0000 (15:02 -0300)
commit9ae967bf45aaa190687ae219a589e0c542669a51
tree140120c068c14ccbda7080907768801b21743af7
parent5d73c96f64e66732bcf1598f2832c9837075f13e
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>
sysdeps/ieee754/ldbl-128ibm-compat/Makefile
This page took 0.03913 seconds and 5 git commands to generate.