Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Dimitrov <dimitar@dinux.eu>2018-03-11 23:15:05 +0300
committerJeff Johnston <jjohnstn@redhat.com>2019-10-31 22:02:33 +0300
commita1f617466da75b6b395244def2b2df20e99c2095 (patch)
tree31adec8f73e32e7b9aa7fe2ddb268bc61dc70f58 /newlib/configure.host
parent0764a2eab84ee0c22dddc7cbed40d5f39e54adf6 (diff)
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 <dimitar@dinux.eu>
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 1 insertions, 0 deletions
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