]> git.ipfire.org Git - thirdparty/glibc.git/commit
RISC-V: Fix `test' operand error with soft-float ABI being configured
authorMaciej W. Rozycki <macro@wdc.com>
Sat, 30 Mar 2019 01:11:31 +0000 (01:11 +0000)
committerMaciej W. Rozycki <macro@wdc.com>
Sat, 30 Mar 2019 01:11:31 +0000 (01:11 +0000)
commit656dd306d49f34fb89a118624def9c1db8a9cfcb
treef7cd3a56c32cbba323c0072cde90e8c30436957f
parent10cce66930b3dc0405106bbb62a6d44602bec118
RISC-V: Fix `test' operand error with soft-float ABI being configured

Fix a:

.../sysdeps/unix/sysv/linux/riscv/configure: line 181: test: =: unary operator expected

message produced by the RISC-V configure fragment with the soft-float
ABI selected, caused by $libc_cv_riscv_float_abi evaluating to nil in
the invocation of `test $libc_cv_riscv_float_abi = no'.

* sysdeps/unix/sysv/linux/riscv/configure.ac: Quote
$libc_cv_riscv_float_abi in `test' invocation.
* sysdeps/unix/sysv/linux/riscv/configure: Regenerate.
ChangeLog
sysdeps/unix/sysv/linux/riscv/configure
sysdeps/unix/sysv/linux/riscv/configure.ac