]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add test-config-cflags-float-store for -ffloat-store
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 15 Dec 2024 13:24:14 +0000 (21:24 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 22 Dec 2024 05:02:30 +0000 (13:02 +0800)
commit56cdc529fb553a307be459df3f1be90d1a231f0a
tree7b5ecd8f50ce52ea637bfa6acfe0f7593bb306b2
parent90edd56c01bc50c55ef558871cf550199fc0f1a2
Add test-config-cflags-float-store for -ffloat-store

Clang doesn't support -ffloat-store:

clang: error: optimization flag '-ffloat-store' is not supported [-Werror,-Wignored-optimization-argument]

Define test-config-cflags-float-store for -ffloat-store and use it in
math/Makefile for testing.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
configure
configure.ac
math/Makefile