mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
build: provide a cross-compiling default for 16 bit float checks
* configure.ac: Provide a conservative 16 bit float support default when cross-compiling, to avoid configure failing in that case.
This commit is contained in:
parent
b8d1b00e21
commit
c07a7d999e
@ -585,6 +585,8 @@ AC_CACHE_VAL([utils_cv_ieee_16_bit_supported],[
|
||||
utils_cv_ieee_16_bit_supported=yes
|
||||
],[
|
||||
utils_cv_ieee_16_bit_supported=no
|
||||
],[
|
||||
utils_cv_ieee_16_bit_supported=no
|
||||
])])
|
||||
AC_MSG_RESULT([$utils_cv_ieee_16_bit_supported])
|
||||
if test $utils_cv_ieee_16_bit_supported = yes; then
|
||||
@ -607,6 +609,8 @@ AC_CACHE_VAL([utils_cv_brain_16_bit_supported],[
|
||||
utils_cv_brain_16_bit_supported=yes
|
||||
],[
|
||||
utils_cv_brain_16_bit_supported=no
|
||||
],[
|
||||
utils_cv_brain_16_bit_supported=no
|
||||
])])
|
||||
AC_MSG_RESULT([$utils_cv_brain_16_bit_supported])
|
||||
if test $utils_cv_brain_16_bit_supported = yes; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user