[newlib-cygwin/main] Regenerate configure for atari changes
Jeff Johnston
jjohnstn@sourceware.org
Tue Jul 21 02:09:04 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=137e27ffb622df7e6c9bb0565182929a60db8ace
commit 137e27ffb622df7e6c9bb0565182929a60db8ace
Author: Jeff Johnston <jjohnstn@redhat.com>
Date: Mon Jul 20 22:08:35 2026 -0400
Regenerate configure for atari changes
Diff:
---
newlib/configure | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/newlib/configure b/newlib/configure
index dd4153173..63aa32a4a 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -815,6 +815,8 @@ HAVE_LIBC_SYS_EPIPHANY_DIR_FALSE
HAVE_LIBC_SYS_EPIPHANY_DIR_TRUE
HAVE_LIBC_SYS_D10V_DIR_FALSE
HAVE_LIBC_SYS_D10V_DIR_TRUE
+HAVE_LIBC_SYS_ATARI_DIR_FALSE
+HAVE_LIBC_SYS_ATARI_DIR_TRUE
HAVE_LIBC_SYS_ARM_DIR_FALSE
HAVE_LIBC_SYS_ARM_DIR_TRUE
HAVE_LIBC_SYS_AMDGCN_DIR_FALSE
@@ -5406,6 +5408,13 @@ fi
else
HAVE_LIBC_SYS_ARM_DIR_TRUE='#'
HAVE_LIBC_SYS_ARM_DIR_FALSE=
+fi
+ if test "${sys_dir}" = atari; then
+ HAVE_LIBC_SYS_ATARI_DIR_TRUE=
+ HAVE_LIBC_SYS_ATARI_DIR_FALSE='#'
+else
+ HAVE_LIBC_SYS_ATARI_DIR_TRUE='#'
+ HAVE_LIBC_SYS_ATARI_DIR_FALSE=
fi
if test "${sys_dir}" = d10v; then
HAVE_LIBC_SYS_D10V_DIR_TRUE=
@@ -7701,6 +7710,10 @@ if test -z "${HAVE_LIBC_SYS_ARM_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_ARM_DIR_F
as_fn_error $? "conditional \"HAVE_LIBC_SYS_ARM_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${HAVE_LIBC_SYS_ATARI_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_ATARI_DIR_FALSE}"; then
+ as_fn_error $? "conditional \"HAVE_LIBC_SYS_ATARI_DIR\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${HAVE_LIBC_SYS_D10V_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_D10V_DIR_FALSE}"; then
as_fn_error $? "conditional \"HAVE_LIBC_SYS_D10V_DIR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
More information about the Newlib-cvs
mailing list