Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nuttx/toolchain: Add macro _LDBL_EQ_DBL to nuttx/arch/arm64/src/Toolc…
…hain.defs Fix goldfish build toolchain math library error: /mnt/yang/vela_Goldfish/nuttx/include/libcxx/cmath:454:9: error: 'nexttowardf' has not been declared in '::' 454 | using ::nexttowardf; | ^~~~~~~~~~~ /mnt/yang/vela_Goldfish/nuttx/include/libcxx/cmath:472:9: error: 'acosl' has not been declared in '::' 472 | using ::acosl; | ^~~~~ /mnt/yang/vela_Goldfish/nuttx/include/libcxx/cmath:473:9: error: 'asinl' has not been declared in '::' 473 | using ::asinl; | ^~~~~ Signed-off-by: yanghuatao <[email protected]>
- Loading branch information