aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-05-06 09:14:15 +0200
committerAndreas Jaeger <aj@suse.de>2012-05-06 09:14:15 +0200
commitbd7b0e561f7f684cedfc4adb964569fe9ab16209 (patch)
tree128dad5210e127188d712f7b718dc59ec730e7df /ChangeLog
parent5779f134a0f2d52effc24afc1fdb201055bbb3fe (diff)
downloadglibc-bd7b0e561f7f684cedfc4adb964569fe9ab16209.tar
glibc-bd7b0e561f7f684cedfc4adb964569fe9ab16209.tar.gz
glibc-bd7b0e561f7f684cedfc4adb964569fe9ab16209.tar.bz2
glibc-bd7b0e561f7f684cedfc4adb964569fe9ab16209.zip
Build glibc with -frounding-math
* Makeconfig (+math-flags): New, set to -frounding-math. (+cflags): Add +math-flags so that all of glibc gets compiled with it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e121392163..866f9bd6c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-06 Andreas Jaeger <aj@suse.de>
+
+ * Makeconfig (+math-flags): New, set to -frounding-math.
+ (+cflags): Add +math-flags so that all of glibc gets compiled with
+ it.
+
2012-05-05 Joseph Myers <joseph@codesourcery.com>
* math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]: