From 656dd306d49f34fb89a118624def9c1db8a9cfcb Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sat, 30 Mar 2019 01:11:31 +0000 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60f76450e5..bef50d40f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-03-30 Maciej W. Rozycki + + * sysdeps/unix/sysv/linux/riscv/configure.ac: Quote + $libc_cv_riscv_float_abi in `test' invocation. + * sysdeps/unix/sysv/linux/riscv/configure: Regenerate. + 2019-03-29 Paul A. Clarke * sysdeps/powerpc/fpu/fenv_libc.h (fegetenv_register): Replace inline -- cgit v1.2.3