mirror of
git://git.musl-libc.org/musl
synced 2025-02-20 21:06:49 +00:00
fix copy-and-paste error in configure's IEEE double check for sh
This commit is contained in:
parent
b1683a1d6a
commit
946b9fad03
2
configure
vendored
2
configure
vendored
@ -428,7 +428,7 @@ if trycppif __SH_FPU_ANY__ ; then
|
||||
# rather than using softfloat when the fpu is present but only
|
||||
# supports single precision. Reject them.
|
||||
printf "checking whether compiler's double type is IEEE double... "
|
||||
echo 'typedef char dblcheck[(int)sizeof(double)-5];' >> "$tmpc"
|
||||
echo 'typedef char dblcheck[(int)sizeof(double)-5];' > "$tmpc"
|
||||
if $CC $CFLAGS_C99FSE $CPPFLAGS $CFLAGS -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
|
||||
printf "yes\n"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user