mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove reference of --without-fp on configure
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -4224,7 +4224,8 @@ mach=
|
|||||||
tail=$machine${submachine:+/$submachine}
|
tail=$machine${submachine:+/$submachine}
|
||||||
while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
|
while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
|
||||||
set $m
|
set $m
|
||||||
# Prepend the machine's FPU directory unless --without-fp.
|
# Prepend the machine's FPU directory unless the architecture specific
|
||||||
|
# preconfigure disables it.
|
||||||
if test "$libc_cv_with_fp" = yes; then
|
if test "$libc_cv_with_fp" = yes; then
|
||||||
maybe_fpu=/fpu
|
maybe_fpu=/fpu
|
||||||
else
|
else
|
||||||
|
@ -809,7 +809,8 @@ mach=
|
|||||||
tail=$machine${submachine:+/$submachine}
|
tail=$machine${submachine:+/$submachine}
|
||||||
while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
|
while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do
|
||||||
set $m
|
set $m
|
||||||
# Prepend the machine's FPU directory unless --without-fp.
|
# Prepend the machine's FPU directory unless the architecture specific
|
||||||
|
# preconfigure disables it.
|
||||||
if test "$libc_cv_with_fp" = yes; then
|
if test "$libc_cv_with_fp" = yes; then
|
||||||
maybe_fpu=/fpu
|
maybe_fpu=/fpu
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user