aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-27 15:41:12 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-07-11 14:02:10 -0300
commit4de0cb2e9a86c02ff853630efbae0d2ae777ff47 (patch)
tree1062a1dbf44ddceeddae17c13355d78459936190 /ChangeLog
parented421fca42fd9b4cab7c66e77894b8dd7ca57ed0 (diff)
downloadglibc-4de0cb2e9a86c02ff853630efbae0d2ae777ff47.zip
glibc-4de0cb2e9a86c02ff853630efbae0d2ae777ff47.tar.gz
glibc-4de0cb2e9a86c02ff853630efbae0d2ae777ff47.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 081551f..018e4f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-11 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
+ * 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 <hongjiu.lu@intel.com>
[BZ #12189]