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:
authorJennifer Averett <jennifer.averett@oarcorp.com>2023-05-05 21:39:18 +0300
committerJoel Sherrill <joel@rtems.org>2023-05-16 17:05:36 +0300
commit9ae9eef21db51e1e26d43a2c1347de5dc50170fd (patch)
treebfcf4e98e458fff87c49e80f35a73aff0780051a /newlib/configure
parent048ebea9819b67daefc1ab3cda2add6ebe6f27a0 (diff)
Regenerated source for adding non LDBL_EQ_DBL
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/newlib/configure b/newlib/configure
index 6be7896ea..77ab8eca0 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -633,6 +633,8 @@ HAS_NDS32_FPU_SP_FALSE
HAS_NDS32_FPU_SP_TRUE
MACH_ADD_SETJMP_FALSE
MACH_ADD_SETJMP_TRUE
+HAVE_FPMATH_H_FALSE
+HAVE_FPMATH_H_TRUE
HAVE_LIBC_MACHINE_Z8K_FALSE
HAVE_LIBC_MACHINE_Z8K_TRUE
HAVE_LIBC_MACHINE_XSTORMY16_FALSE
@@ -6123,6 +6125,16 @@ else
fi
+ if test -r "${srcdir}/libc/machine/${machine_dir}/machine/_fpmath.h"; then
+ HAVE_FPMATH_H_TRUE=
+ HAVE_FPMATH_H_FALSE='#'
+else
+ HAVE_FPMATH_H_TRUE='#'
+ HAVE_FPMATH_H_FALSE=
+fi
+
+
+
if test "x$mach_add_setjmp" = "xtrue"; then
MACH_ADD_SETJMP_TRUE=
MACH_ADD_SETJMP_FALSE='#'
@@ -7869,6 +7881,10 @@ if test -z "${HAVE_LIBC_MACHINE_Z8K_TRUE}" && test -z "${HAVE_LIBC_MACHINE_Z8K_F
as_fn_error $? "conditional \"HAVE_LIBC_MACHINE_Z8K\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${HAVE_FPMATH_H_TRUE}" && test -z "${HAVE_FPMATH_H_FALSE}"; then
+ as_fn_error $? "conditional \"HAVE_FPMATH_H\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${MACH_ADD_SETJMP_TRUE}" && test -z "${MACH_ADD_SETJMP_FALSE}"; then
as_fn_error $? "conditional \"MACH_ADD_SETJMP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5