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:
authorEshan dhawan via Newlib <newlib@sourceware.org>2020-07-03 00:13:05 +0300
committerCorinna Vinschen <corinna@vinschen.de>2020-07-03 11:41:45 +0300
commit03bf9f431c1a2b6244dfa6f5ac4ec59ef1913709 (patch)
tree47b53455d2b56c587abaf697578dc724d8bca11a /newlib/configure.host
parentfd5e27d362e9e8582dd4c85e52c50742c518345d (diff)
SPARC fenv support
Signed-off-by: Eshan dhawan <eshandhawan51@gmail.com>
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 9d2166f3d..29e47858d 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -322,6 +322,7 @@ case "${host_cpu}" in
machine_dir=sh
;;
sparc*)
+ libm_machine_dir=sparc
machine_dir=sparc
# FIXME: Might wish to make MALLOC_ALIGNMENT more generic.
newlib_cflags="${newlib_cflags} -DMALLOC_ALIGNMENT=8"