diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-05 12:41:42 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-06 09:53:24 -0300 |
commit | a63189c02136a40e1dc2502a694b8031483daa9f (patch) | |
tree | ee107b2fb99568cb7dfaad9f6fe7d019d529f0b8 /configure.ac | |
parent | 60f071f47af51bdbfecf7e2d611555f7376cab03 (diff) | |
download | glibc-a63189c02136a40e1dc2502a694b8031483daa9f.tar.gz |
Remove reference of --without-fp on configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e20034f301..5f229679a9 100644 --- a/configure.ac +++ b/configure.ac @@ -809,7 +809,8 @@ mach= tail=$machine${submachine:+/$submachine} while m=`echo $tail | sed 's@^\(.*\)/\([^/]*\)$@& \1@'`; test -n "$m"; do 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 maybe_fpu=/fpu else |