From 4de0cb2e9a86c02ff853630efbae0d2ae777ff47 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Tue, 27 Jun 2017 15:41:12 -0300 Subject: powerpc64le: Iterate over all object suffixes when appending -mfloat128 On powerpc64le, the compilation of the files related to float128 support requires the option -mfloat128 to be passed to gcc. However, not all possible object suffixes were covered in the Makefile. This patch uses $(all-object-suffixes) in all remaining rules. Tested for powerpc64le. * sysdeps/powerpc/powerpc64le/Makefile: Use $(all-object-suffixes) to iterate over all possible object suffixes. Add a comment explaining the use of sysdep-CFLAGS instead of CFLAGS. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 081551fdce..018e4f2971 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-07-11 Gabriel F. T. Gomes + + * sysdeps/powerpc/powerpc64le/Makefile: Use $(all-object-suffixes) + to iterate over all possible object suffixes. Add a comment + explaining the use of sysdep-CFLAGS instead of CFLAGS. + 2017-07-11 H.J. Lu [BZ #12189] -- cgit 1.4.1