public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fix typo with newlib-long-time_t default value.
@ 2017-10-09 16:09 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-10-09 16:09 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=15de9da0b962c4108ea300e5189d6810902bdd94

commit 15de9da0b962c4108ea300e5189d6810902bdd94
Author: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Date:   Tue Sep 26 10:38:12 2017 +0200

    Fix typo with newlib-long-time_t default value.
    
    Fix typo for newlib-long-time_t to leave newlib-nano-malloc alone.

Diff:
---
 newlib/configure    | 2 +-
 newlib/configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/newlib/configure b/newlib/configure
index eb4b3b2..9613214 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -2513,7 +2513,7 @@ if test "${enable_newlib_long_time_t+set}" = set; then :
   esac
  fi
 else
-  newlib_nano_malloc=
+  newlib_long_time_t=no
 fi
 
 
diff --git a/newlib/configure.in b/newlib/configure.in
index 9d30481..adce036 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -247,7 +247,7 @@ AC_ARG_ENABLE(newlib-long-time_t,
     no)  newlib_long_time_t=no  ;;
     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-long-time_t option) ;;
   esac
- fi], [newlib_nano_malloc=])dnl
+ fi], [newlib_long_time_t=no])dnl
 
 NEWLIB_CONFIGURE(.)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-09 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 16:09 [newlib-cygwin] Fix typo with newlib-long-time_t default value Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).