mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
fix missing CFLAGS in configure test for float on sh
This commit is contained in:
parent
946b9fad03
commit
3d7f5c363e
2
configure
vendored
2
configure
vendored
@ -423,7 +423,7 @@ test "$ARCH" = "microblaze" && trycppif __MICROBLAZEEL__ "$t" \
|
||||
|
||||
if test "$ARCH" = "sh" ; then
|
||||
trycppif __BIG_ENDIAN__ "$t" && SUBARCH=${SUBARCH}eb
|
||||
if trycppif __SH_FPU_ANY__ ; then
|
||||
if trycppif __SH_FPU_ANY__ "$t" ; then
|
||||
# Some sh configurations are broken and replace double with float
|
||||
# rather than using softfloat when the fpu is present but only
|
||||
# supports single precision. Reject them.
|
||||
|
Loading…
Reference in New Issue
Block a user