From a1f617466da75b6b395244def2b2df20e99c2095 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Sun, 11 Mar 2018 22:15:05 +0200 Subject: PRU: Align libmath to PRU ABI The TI proprietary toolchain uses nonstandard names for some math library functions. In order to achieve ABI compatibility between GNU and TI toolchains, add support for the TI function names. Signed-off-by: Dimitar Dimitrov --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/configure.host') diff --git a/newlib/configure.host b/newlib/configure.host index 517dc8255..43beb829a 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -298,6 +298,7 @@ case "${host_cpu}" in default_newlib_nano_malloc="yes" default_newlib_atexit_dynamic_alloc="no" machine_dir=pru + libm_machine_dir=pru ;; riscv*) libm_machine_dir=riscv -- cgit v1.2.3